MqttMessageType enum

An enumeration of all available MQTT Message Types

Inheritance

Constructors

MqttMessageType()
const

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

reserved2 → const MqttMessageType

Reserved by the MQTT spec, should not be used.

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<MqttMessageType>
A constant List of the values in this enum, in order of their declaration.