MessageIdentifierDispenser class
Message identifier handling
Constructors
- MessageIdentifierDispenser()
-
Factory constructor
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- mid → int
-
Mid
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getNextMessageIdentifier(
) → int - Gets the next message identifier
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
reset(
) → void - Resets the mid
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- initialValue → const int
-
Initial value
0
- maxMessageIdentifier → const int
-
Maximum message identifier
32768
- startMessageIdentifier → const int
-
Minimum message identifier
1