MqttUnsubscribeAckMessage class
Implementation of an MQTT Unsubscribe Ack Message.
- Inheritance
-
- Object
- MqttMessage
- MqttUnsubscribeAckMessage
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
- header ↔ MqttHeader?
-
The header of the MQTT Message. Contains metadata about the message
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variableHeader ↔ MqttUnsubscribeAckVariableHeader
-
Gets or sets the variable header contents. Contains extended
metadata about the message.
getter/setter pair
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
-
withMessageIdentifier(
int messageIdentifier) → MqttUnsubscribeAckMessage - Sets the message identifier on the subscribe message.
-
writeTo(
MqttByteBuffer messageStream) → void -
Writes the message to the supplied stream.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited