Disconnected

data class Disconnected(val reason: String? = null) : MqttConnectionState(source)

The MQTT client is not connected to the broker.

Constructors

Link copied to clipboard
constructor(reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Localized failure message for an unexpected disconnect, or null for the idle / initial / intentional-close case (use Idle).