MqttMessageType enum
An enumeration of all available MQTT Message Types
Constants
- connect → const MqttMessageType
-
Connect
const MqttMessageType(1)
- connectAck → const MqttMessageType
-
Connect acknowledge
const MqttMessageType(2)
- disconnect → const MqttMessageType
-
Disconnect
const MqttMessageType(14)
- pingRequest → const MqttMessageType
-
Ping request
const MqttMessageType(12)
- pingResponse → const MqttMessageType
-
Ping response
const MqttMessageType(13)
- publish → const MqttMessageType
-
Publish
const MqttMessageType(3)
- publishAck → const MqttMessageType
-
Publish acknowledge
const MqttMessageType(4)
- publishComplete → const MqttMessageType
-
Publish complete
const MqttMessageType(7)
- publishReceived → const MqttMessageType
-
Publish recieved
const MqttMessageType(5)
- publishRelease → const MqttMessageType
-
Publish release
const MqttMessageType(6)
- reserved1 → const MqttMessageType
-
Reserved by the MQTT spec, should not be used.
const MqttMessageType(0)
- reserved2 → const MqttMessageType
-
Reserved by the MQTT spec, should not be used.
const MqttMessageType(15)
- subscribe → const MqttMessageType
-
Subscribe
const MqttMessageType(8)
- subscribeAck → const MqttMessageType
-
Subscribe acknowledge
const MqttMessageType(9)
- unsubscribe → const MqttMessageType
-
Unsubscribe
const MqttMessageType(10)
- unsubscribeAck → const MqttMessageType
-
Unsubscribe acknowledge
const MqttMessageType(11)
-
values
→ const List<
MqttMessageType> -
A constant List of the values in this enum, in order of their declaration.
const List<
MqttMessageType>
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The integer index of this enum.
final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited