MqttSubscribeAckPayload class

Class that contains details related to an MQTT Subscribe Ack messages payload.

Inheritance

Constructors

MqttSubscribeAckPayload()
Initializes a new instance of the MqttSubscribeAckPayload class.
MqttSubscribeAckPayload.fromByteBuffer(MqttHeader? header, MqttVariableHeader? variableHeader, MqttByteBuffer payloadStream)
Initializes a new instance of the MqttSubscribeAckPayload class.

Properties

hashCode int
The hash code for this object.
no setterinherited
Message header
getter/setter pair
qosGrants List<MqttQos>
The collection of Qos grants, Key is the topic, Value is the qos
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variableHeader MqttVariableHeader?
Variable header
getter/setter pair

Methods

addGrant(MqttQos grantedQos) → void
Adds a new QosGrant to the collection of QosGrants
clearGrants() → void
Clears the grants.
getWriteLength() int
Gets the length of the payload in bytes when written to a stream.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer payloadStream) → void
Creates a payload from the specified header stream.
override
toString() String
A string representation of this object.
override
writeTo(MqttByteBuffer payloadStream) → void
Writes the payload to the supplied stream.
override

Operators

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