All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.ditchoom.mqtt3.persistence.UnsubscribeRequest.kt Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.ditchoom.mqtt3.persistence

import kotlin.Long

public data class UnsubscribeRequest(
  public val broker_id: Long,
  public val packet_id: Long,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy