MqttQos enum

2.2.2 Flags

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

The remaining bits 3-0 of byte 1 in the fixed header contain flags specific to each MQTT Control Packet type as listed in the Table 2.2 - Flag Bits below. Where a flag bit is marked as “Reserved” in Table 2.2 - Flag Bits, it is reserved for future use and MUST be set to the value listed in that table MQTT-2.2.2-1. If invalid flags are received, the receiver MUST close the Network Connection MQTT-2.2.2-2. See Section 4.8 for details about handling errors.

Inheritance

Constructors

MqttQos()
const

Values

qos0 → const MqttQos
qos1 → const MqttQos
qos2 → const MqttQos
reserved → const MqttQos

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<MqttQos>
A constant List of the values in this enum, in order of their declaration.