Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
Event metadata. More...
#include <mqtt_sn.h>
Data Fields | |
struct { | |
struct mqtt_sn_data data | |
The payload data associated with the event. More... | |
enum mqtt_sn_topic_type topic_type | |
The type of topic for the event. More... | |
uint16_t topic_id | |
The identifier for the topic of the event. More... | |
} | publish |
Structure holding publish event details. | |
Event metadata.
struct mqtt_sn_data mqtt_sn_evt_param::data |
The payload data associated with the event.
struct { ... } mqtt_sn_evt_param::publish |
Structure holding publish event details.
uint16_t mqtt_sn_evt_param::topic_id |
The identifier for the topic of the event.
enum mqtt_sn_topic_type mqtt_sn_evt_param::topic_type |
The type of topic for the event.