MqttWillProperties class

Will Properties

If the Will Flag is set , the Will Properties is the next field in the Payload. The Will Properties field defines the Application Message properties to be sent with the Will Message when it is published, and properties which define when to publish the Will Message. The Will Properties consists of a Property Length and the Properties.

Constructors

MqttWillProperties()

Properties

contentType String?
getter/setter pair
correlationData ↔ Uint8Buffer?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
Length of the properties
no setter
messageExpiryInterval int
getter/setter pair
payloadFormatIndicator bool
getter/setter pair
responseTopic String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userProperties List<MqttUserProperty>
getter/setter pair
willDelayInterval int
getter/setter pair

Methods

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

Operators

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