CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
|
Classes | |
struct | CC_Mqtt311MessageInfo |
Received message information. More... | |
Macros | |
#define | CC_MQTT311_CLIENT_MAJOR_VERSION 1U |
Major verion of the library. | |
#define | CC_MQTT311_CLIENT_MAKE_VERSION(major_, minor_, patch_) |
Macro to create numeric version as single unsigned number. | |
#define | CC_MQTT311_CLIENT_MINOR_VERSION 0U |
Minor verion of the library. | |
#define | CC_MQTT311_CLIENT_PATCH_VERSION 4U |
Patch level of the library. | |
#define | CC_MQTT311_CLIENT_VERSION CC_MQTT311_CLIENT_MAKE_VERSION(CC_MQTT311_CLIENT_MAJOR_VERSION, CC_MQTT311_CLIENT_MINOR_VERSION, CC_MQTT311_CLIENT_PATCH_VERSION) |
Version of the library as single numeric value. | |
Status of the asynchronous operation.
Reason for reporting unsolicited broker disconnection.
enum CC_Mqtt311ErrorCode |
Error code returned by various API functions.
enum CC_Mqtt311QoS |