commonMain.com.ditchoom.mqtt3.persistence.PublishMessage.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mqtt-4-models Show documentation
Show all versions of mqtt-4-models Show documentation
Defines the MQTT 3 and 4 control packets
package com.ditchoom.mqtt3.persistence
import kotlin.ByteArray
import kotlin.Long
import kotlin.String
public data class PublishMessage(
public val broker_id: Long,
public val incoming: Long,
public val dup: Long,
public val qos: Long,
public val retain: Long,
public val topic_name: String,
public val packet_id: Long,
public val payload: ByteArray?,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy