Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
MqttProbeStatus
/
Rejected
Rejected
data
class
Rejected
(
val
reasonCode
:
Int
,
val
reason
:
String
?
,
val
serverReference
:
String
?
)
:
MqttProbeStatus
(
source
)
Broker rejected the connection (CONNACK with non-zero reason code).
Members
Constructors
Rejected
Link copied to clipboard
constructor
(
reasonCode
:
Int
,
reason
:
String
?
,
serverReference
:
String
?
)
Properties
reason
Link copied to clipboard
val
reason
:
String
?
reason
Code
Link copied to clipboard
val
reasonCode
:
Int
server
Reference
Link copied to clipboard
val
serverReference
:
String
?