MqttMessageIdentifierDispenser class

Message identifier handling

Constructors

MqttMessageIdentifierDispenser()
Factory constructor
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mid int
Mid
no setter
nextMessageIdentifier int
Gets the next message identifier
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
reset() → void
Resets the mid
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

initialValue → const int
Initial value
maxMessageIdentifier → const int
Maximum message identifier
startMessageIdentifier → const int
Minimum message identifier