| Interface | Description |
|---|---|
| Message | |
| ModifiablePUBLISH |
This interface allows the safe modification of a MQTT PUBLISH message, in the
BeforePublishSendCallback. |
| Class | Description |
|---|---|
| CONNACK |
The MQTT CONNACK message
|
| CONNECT |
The MQTT CONNECT message
|
| DISCONNECT | |
| MessageWithID | |
| PINGREQ |
The MQTT PINGREQ message
|
| PINGRESP |
The MQTT PINGRESP message
|
| PUBACK |
The MQTT PUBACK message
|
| PUBCOMP |
The MQTT PUBCOMP message
|
| PUBLISH |
A MQTT PUBLISH message
Note that a PUBLISH message is considered equal if the topic Strings are equal
|
| PUBREC |
The MQTT PUBREC message
|
| PUBREL |
The MQTT PUBREL message
|
| REMOTE_PUBLISH | Deprecated
use
PUBLISH instead |
| RetainedMessage |
A retained message
|
| SUBACK |
The MQTT SUBACK message
|
| SUBSCRIBE |
The MQTT SUBSCRIBE message
|
| Topic |
Represents a MQTT topic with a string for the topic name and a quality of service.
|
| UNSUBACK |
The MQTT UNSUBACK message
|
| UNSUBSCRIBE |
The MQTT UNSUBSCRIBE message
|
| Enum | Description |
|---|---|
| MessageType | |
| ProtocolVersion | |
| QoS |
The Quality of Service level
|
| ReturnCode |
The return code of a
CONNACK message. |
| SubackReturnCode |
The return code of a
SUBACK message. |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.