Package-level declarations
Types
Link copied to clipboard
Represents a MQTT client.
Link copied to clipboard
expect class MqttProtocol( host: String = "localhost", port: Int = 1883, username: String? = null, password: String? = null, coroutineDispatcher: CoroutineDispatcher = Dispatchers.Default, serverKeepAlive: Int = 10, retain: Boolean = true, qos: Int = 2) : Protocol
Represents the MQTT protocol used in PulvReAKt.