MqttDisconnectionOrigin enum
Enumeration that indicates the origin of a client disconnection
Values
- unsolicited → const MqttDisconnectionOrigin
-
Unsolicited, i.e. not requested by the client, for example a broker/network initiated disconnect
- solicited → const MqttDisconnectionOrigin
-
Solicited, i.e. requested by the client, for example disconnect called on the client.
- none → const MqttDisconnectionOrigin
-
None set
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MqttDisconnectionOrigin> - A constant List of the values in this enum, in order of their declaration.