MqttBinaryDataProperty class

Binary data property

Implemented types

Constructors

MqttBinaryDataProperty([MqttPropertyIdentifier? identifier])
Construction

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier MqttPropertyIdentifier?
Identifier
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
Value
final

Methods

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

Operators

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