MqttUserProperty class

A user property. This is a convenience extension of a string pair property to allow more logical setting of user properties.

Inheritance

Constructors

MqttUserProperty()

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier MqttPropertyIdentifier?
Identifier
getter/setter pairinherited
pairName String?
Get the name
getter/setter pairinherited
pairValue String?
Get the value
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value
finalinherited

Methods

getWriteLength() int?
Gets the length of the write data when WriteTo will be called.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer stream) → void
Deserialize from a byte buffer stream
inherited
toString() String
A string representation of this object.
inherited
writeTo(MqttByteBuffer stream) → void
Serialize to a byte buffer stream
inherited

Operators

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