MqttPingRequestMessage class

Implementation of an MQTT ping Request Message.

Inheritance

Constructors

MqttPingRequestMessage()
Initializes a new instance of the MqttPingRequestMessage class.
MqttPingRequestMessage.fromHeader(MqttHeader header)
Initializes a new instance of the MqttPingRequestMessage class.

Properties

hashCode int
The hash code for this object.
no setterinherited
The header of the MQTT Message. Contains metadata about the message
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer messageStream) → void
Reads a message from the supplied stream.
inherited
toString() String
A string representation of this object.
override
writeTo(MqttByteBuffer messageStream) → void
Writes the message to the supplied stream.
inherited

Operators

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