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

commonMain.mqtt.packets.MQTTPacket.kt Maven / Gradle / Ivy

There is a newer version: 0.4.8
Show newest version
package mqtt.packets

import mqtt.packets.mqttv5.MQTTSerializer

public interface MQTTPacket : MQTTSerializer {

    public fun resizeIfTooBig(maximumPacketSize: UInt): Boolean = true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy