CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
Public Attributes | List of all members
CC_Mqtt5PublishExtraConfig Struct Reference

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.
 

Detailed Description

Configuration structure to be passed to the cc_mqtt5_client_publish_config_extra().

See also
cc_mqtt5_client_publish_init_config_extra()

The documentation for this struct was generated from the following file: