MqttMessageType enum
An enumeration of all available MQTT Message Types
Values
- reserved1 → const MqttMessageType
-
Reserved by the MQTT spec, should not be used.
- connect → const MqttMessageType
-
Connect
- connectAck → const MqttMessageType
-
Connect acknowledge
- publish → const MqttMessageType
-
Publish
- publishAck → const MqttMessageType
-
Publish acknowledge
- publishReceived → const MqttMessageType
-
Publish recieved
- publishRelease → const MqttMessageType
-
Publish release
- publishComplete → const MqttMessageType
-
Publish complete
- subscribe → const MqttMessageType
-
Subscribe
- subscribeAck → const MqttMessageType
-
Subscribe acknowledge
- unsubscribe → const MqttMessageType
-
Unsubscribe
- unsubscribeAck → const MqttMessageType
-
Unsubscribe acknowledge
- pingRequest → const MqttMessageType
-
Ping request
- pingResponse → const MqttMessageType
-
Ping response
- disconnect → const MqttMessageType
-
Disconnect
- auth → const MqttMessageType
-
Authentication
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<
MqttMessageType> - A constant List of the values in this enum, in order of their declaration.