Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mqtt_publish_message Struct Reference

Parameters for a publish message. More...

#include <mqtt.h>

Data Fields

struct mqtt_topic topic
 Topic on which data was published.
 
struct mqtt_binstr payload
 Payload on the topic published.
 

Detailed Description

Parameters for a publish message.

Field Documentation

◆ payload

struct mqtt_binstr mqtt_publish_message::payload

Payload on the topic published.

◆ topic

struct mqtt_topic mqtt_publish_message::topic

Topic on which data was published.


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