MqttSubscriptionOption class

Subscription option for a subscribe message topic

Constructors

MqttSubscriptionOption()
Construction

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumQos MqttQos?
Maximum QoS.
getter/setter pair
noLocal bool
No Local.
getter/setter pair
retainAsPublished bool
Retain As Published.
getter/setter pair
retainHandling MqttRetainHandling
Retain Handling.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getWriteLength() int
Write length
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() int
Serialize
toString() String
A string representation of this object.
override
writeTo(MqttByteBuffer stream) → void
Writes a subscription option to the supplied message stream.

Operators

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