|
CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
|
Configuration structure to be passed to the cc_mqtt311_client_publish_config(). More...
#include "common.h"
Public Attributes | |
| const unsigned char * | m_data |
| Pointer to publish data buffer, defaults to NULL. | |
| unsigned | m_dataLen |
| Amount of bytes in the publish data buffer, defaults to 0. | |
| CC_Mqtt311QoS | m_qos |
| Publish QoS value, defaults to CC_Mqtt311QoS_AtMostOnceDelivery. | |
| bool | m_retain |
| "Retain" flag, defaults to false. | |
| const char * | m_topic |
| Publish topic, cannot be NULL. | |
Configuration structure to be passed to the cc_mqtt311_client_publish_config().