|
CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
|
Configuration structure to be passed to the cc_mqtt311_client_connect_config_will(). More...
#include "common.h"
Public Attributes | |
| const unsigned char * | m_data |
| Will message data, can be NULL. Defaults to NULL. | |
| unsigned | m_dataLen |
| Number of will data bytes. When 0 means no data. Defaults to 0. | |
| CC_Mqtt311QoS | m_qos |
| QoS value of the will message, defaults to CC_Mqtt311QoS_AtMostOnceDelivery. | |
| bool | m_retain |
| "Retain" flag, defaults to false. | |
| const char * | m_topic |
| Will topic string, must NOT be NULL or empty. Defaults to NULL. | |
Configuration structure to be passed to the cc_mqtt311_client_connect_config_will().