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

commonMain.com.ditchoom.mqtt.controlpacket.PublishRelease.kt Maven / Gradle / Ivy

@file:Suppress("EXPERIMENTAL_API_USAGE")

package com.ditchoom.mqtt.controlpacket

interface IPublishRelease : ControlPacket {
    val packetIdentifier: Int
    fun expectedResponse(): IPublishComplete
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy