|
CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
Topic filter configuration structure of the "subscribe" operation. More...
#include "common.h"
Public Attributes | |
| CC_Mqtt5QoS | m_maxQos |
| "Maximum QoS" value, defaults to CC_Mqtt5QoS_ExactlyOnceDelivery. | |
| bool | m_noLocal |
| "No Local" subscription option, defaults to false. | |
| bool | m_retainAsPublished |
| "Retain As Published" subscription option, defaults to false. | |
| CC_Mqtt5RetainHandling | m_retainHandling |
| "Retain Handling" subscription option, defaults to CC_Mqtt5RetainHandling_Send. | |
| const char * | m_topic |
| "Topic Filter" string, mustn't be NULL | |
Topic filter configuration structure of the "subscribe" operation.