MqttConnectAckFlags class

Connect acknowledgement message MqttConnectAckMessage flags.

Constructors

MqttConnectAckFlags()
Construction

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
Length
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionPresent bool
Session present The Session Present flag informs the client whether the broker is using Session State from a previous connection for this ClientID. This allows the client and broker to have a consistent view of the Session State.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer variableHeaderStream) → void
Read from a byte stream
toString() String
A string representation of this object.
override

Operators

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