CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
Public Attributes | List of all members
CC_Mqtt311PublishConfig Struct Reference

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.
 

Detailed Description

Configuration structure to be passed to the cc_mqtt311_client_publish_config().

See also
cc_mqtt311_client_publish_init_config()

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