MqttProtocol
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.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun writeToChannel(from: Entity, to: Entity, message: ByteArray): Either<ProtocolError, Unit>
open suspend override fun writeToChannel(from: Entity, to: Entity, message: ByteArray): Either<ProtocolError, Unit>
open suspend override fun writeToChannel(from: Entity, to: Entity, message: ByteArray): Either<ProtocolError, Unit>