Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Parameters for a publish message. More...
#include <mqtt.h>
Data Fields | |
struct mqtt_topic | topic |
struct mqtt_binstr | payload |
Parameters for a publish message.
struct mqtt_binstr mqtt_publish_message::payload |
Payload on the topic published.
struct mqtt_topic mqtt_publish_message::topic |
Topic on which data was published.