|
CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
|
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. | |
Received message information.