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

Received message information. More...

#include "common.h"

Public Attributes

const unsigned char * m_data
 Pointer to the temporary buffer containin message data.
 
unsigned m_dataLen
 Amount of data bytes.
 
CC_Mqtt311QoS m_qos
 QoS value used by the broker to report the message.
 
bool m_retained
 Indication of whether the received message was "retained".
 
const char * m_topic
 Topic used to publish the message.
 

Detailed Description

Received message information.


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