MqttUnsubscribeAckMessage class

The unsubscribe acknowledgement message is sent by the broker to the client to confirm receipt of an unsubscribe message.

Inheritance

Constructors

MqttUnsubscribeAckMessage()
Initializes a new instance of the MqttUnsubscribeAckMessage class.
MqttUnsubscribeAckMessage.fromByteBuffer(MqttHeader header, MqttByteBuffer messageStream)
Initializes a new instance of the MqttUnsubscribeAckMessage class.

Properties

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
messageIdentifier int
The message identifier
no setter
payload MqttUnsubscribeAckPayload?
no setter
reasonCodes List<MqttSubscribeReasonCode?>
Reason codes, one for each topic subscribed
no setter
reasonString String?
Reason String.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userProperty List<MqttUserProperty>
User Property.
no setter
variableHeader MqttUnsubscribeAckVariableHeader?
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 the message to the supplied stream. Not implemented, message is receive only.
override

Operators

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