CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
Configuration structure to be passed to the cc_mqtt5_client_publish_config_extra(). More...
#include "common.h"
Public Attributes | |
const char * | m_contentType |
"Content Type" property, defaults to NULL, not added when NULL. | |
const unsigned char * | m_correlationData |
"Correlation Data" property, can be NULL. | |
unsigned | m_correlationDataLen |
Length of the "Correlation Data", not added when 0. | |
CC_Mqtt5PayloadFormat | m_format |
"Payload Format Indicator" property, defaults to CC_Mqtt5PayloadFormat_Unspecified, not added when CC_Mqtt5PayloadFormat_Unspecified. | |
unsigned | m_messageExpiryInterval |
"Message Expiry Interval" property, defaults to 0, not added when 0. | |
const char * | m_responseTopic |
"Response Topic" property, defaults to NULL, not added when NULL. | |
Configuration structure to be passed to the cc_mqtt5_client_publish_config_extra().