Success

data class Success(val serverInfo: String?) : MqttProbeStatus(source)

Broker accepted the connection. serverInfo is a short human-readable summary of any CONNACK properties that are useful to surface to the user.

Constructors

Link copied to clipboard
constructor(serverInfo: String?)

Properties

Link copied to clipboard