CommsChampion Ecosystem MQTT-SN Client
MQTT-SN client library.
|
Incoming message information. More...
#include "common.h"
Public Attributes | |
const unsigned char * | m_data |
Pointer to reported message binary data. | |
unsigned | m_dataLen |
Number of bytes in reported message binary data. | |
CC_MqttsnQoS | m_qos |
QoS level the message was received with. | |
bool | m_retained |
Retain flag of the message. | |
const char * | m_topic |
Topic the message was published with. May be NULL if message is reported with predefined topic ID. | |
CC_MqttsnTopicId | m_topicId |
Predefined topic ID. This data member is used only if topic field has value NULL. | |
Incoming message information.