MqttConnectAckMessage class

Message that indicates a connection acknowledgement.

The connection acknowledgement message is the message sent by the broker in response to a connect message received from the client.

Inheritance

Constructors

MqttConnectAckMessage()
Initializes a new instance of the MqttConnectAckMessage class. Only called via the MqttMessage.Create operation during processing of an Mqtt message stream.
MqttConnectAckMessage.fromByteBuffer(MqttHeader header, MqttByteBuffer messageStream)
Initializes a new instance of the MqttConnectAckMessage from a byte buffer

Properties

assignedClientIdentifier String?
Assigned client Identifier.
no setter
authenticationData → Uint8Buffer?
Authentication Data.
no setter
authenticationMethod String?
Authentication Method.
no setter
hashCode int
The hash code for this object.
no setterinherited
The header of the MQTT Message. Contains metadata about the message
getter/setter pairinherited
isValid bool
Is valid
no setterinherited
maximumPacketSize int?
Maximum Packet Size
no setter
maximumQos int?
Maximum QoS.
no setter
reasonString String?
Reason String.
no setter
receiveMaximum int?
Receive Maximum.
no setter
responseInformation String?
Response Information
no setter
retainAvailable bool
Retain Available.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverKeepAlive int?
Server Keep Alive.
no setter
serverReference String?
Server Reference.
no setter
sessionExpiryInterval int?
Session Expiry Interval.
no setter
sharedSubscriptionAvailable bool
Shared Subscription Available.
no setter
subscriptionIdentifiersAvailable bool
Subscription Identifiers Available.
no setter
topicAliasMaximum int?
Topic Alias Maximum.
no setter
userProperty List<MqttUserProperty>?
User Property
no setter
variableHeader MqttConnectAckVariableHeader?
The variable header contents.
no setter
wildcardSubscriptionsAvailable bool
Wildcard Subscription Available.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer messageStream) → void
Reads a message from the supplied stream.
override
toString() String
A string representation of this object.
override
writeTo(MqttByteBuffer messageStream) → void
Writes a message to the supplied stream. Not implemented for this message.
override

Operators

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