CommsChampion Ecosystem MQTT-SN Client
MQTT-SN client library.
Loading...
Searching...
No Matches
Public Attributes | List of all members
CC_MqttsnMessageInfo Struct Reference

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.

 

Detailed Description

Incoming message information.


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