MqttPublishReceivedMessage class
Implementation of an MQTT Publish Received Message.
- Inheritance
- Object
- MqttMessage
- MqttPublishReceivedMessage
Constructors
- MqttPublishReceivedMessage()
- Initializes a new instance of the MqttPublishReceivedMessage class.
- MqttPublishReceivedMessage.fromByteBuffer(MqttHeader header, MqttByteBuffer messageStream)
- Initializes a new instance of the MqttPublishReceivedMessage class.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- header ↔ MqttHeader
-
The header of the MQTT Message. Contains metadata about the message
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- variableHeader ↔ MqttPublishReceivedVariableHeader
-
Gets or sets the variable header contents. Contains extended
metadata about the message.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
readFrom(
MqttByteBuffer messageStream) → void -
Reads a message from the supplied stream.
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
-
withMessageIdentifier(
int messageIdentifier) → MqttPublishReceivedMessage - Sets the message identifier of the MqttMessage.
-
writeTo(
MqttByteBuffer messageStream) → void -
Writes the message to the supplied stream.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited