
commonMain.com.ditchoom.mqtt.controlpacket.PublishReceived.kt Maven / Gradle / Ivy
@file:Suppress("EXPERIMENTAL_API_USAGE")
package com.ditchoom.mqtt.controlpacket
interface IPublishReceived : ControlPacket {
val packetIdentifier: Int
fun expectedResponse(): IPublishRelease
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy