Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Parameters for a publish message. More...
#include <zephyr/net/mqtt.h>
Data Fields | |
struct mqtt_topic | topic |
Topic on which data was published. | |
struct mqtt_binstr | payload |
Payload on the topic published. |
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.