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

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.
 

Detailed Description

Configuration structure to be passed to the cc_mqtt311_client_connect_config_will().

See also
cc_mqtt311_client_connect_init_config_will()

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