MqttPingResponseMessage class
Sent by a broker to the client in response to a ping request message.
This message is used in keep alive processing.
- Inheritance
-
- Object
- MqttMessage
- MqttPingResponseMessage
Constructors
- MqttPingResponseMessage()
- Initializes a new instance of the MqttPingResponseMessage class.
- MqttPingResponseMessage.fromByteBuffer(MqttHeader header, MqttByteBuffer stream)
- Initializes a new instance of the MqttPingResponseMessage class.
- MqttPingResponseMessage.fromHeader(MqttHeader header)
- Initializes a new instance of the MqttPingResponseMessage class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- header ↔ MqttHeader?
-
The header of the MQTT Message. Contains metadata about the message
getter/setter pairinherited
- isValid → bool
-
Is valid
no setterinherited
- 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 stream) → void -
Read from a message stream.
override
-
toString(
) → String -
A string representation of this object.
override
-
writeTo(
MqttByteBuffer messageStream) → void -
Writes the message to the supplied stream.
Not implemented, message is receive only.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited