MqttMessageType enum

2.2.1 MQTT Control Packet type

http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Table_2.1_-

/// Position: byte 1, bits 7-4.

Represented as a 4-bit unsigned value, the values are listed in Table 2.1 - Control packet types.

Inheritance
Available extensions

Values

reserved1 → const MqttMessageType
connect → const MqttMessageType
connack → const MqttMessageType
publish → const MqttMessageType
puback → const MqttMessageType
pubrec → const MqttMessageType
pubrel → const MqttMessageType
pubcomp → const MqttMessageType
subscribe → const MqttMessageType
suback → const MqttMessageType
unsubscribe → const MqttMessageType
unsuback → const MqttMessageType
pingreq → const MqttMessageType
pingresp → const MqttMessageType
disconnect → const MqttMessageType
reserved2 → const MqttMessageType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.