MqttManager

interface MqttManager(source)

Interface for managing MQTT proxy communication.

Functions

Link copied to clipboard
abstract fun handleMqttProxyMessage(message: ERROR CLASS: Symbol not found for MqttClientProxyMessage)

Handles an MQTT proxy message from the radio.

Link copied to clipboard
abstract fun start(scope: ERROR CLASS: Symbol not found for CoroutineScope, enabled: Boolean, proxyToClientEnabled: Boolean)

Starts the MQTT manager with the given coroutine scope and settings.

Link copied to clipboard
abstract fun stop()

Stops the MQTT manager.