nRF5 SDK  v15.3.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
mqtt_publish_message_t Struct Reference

Parameters for a publish message. More...

#include <mqtt.h>

Data Fields

mqtt_topic_t topic
 
mqtt_message_t payload
 

Detailed Description

Parameters for a publish message.

Field Documentation

mqtt_message_t mqtt_publish_message_t::payload

Payload on the topic published.

mqtt_topic_t mqtt_publish_message_t::topic

Topic on which data was published.


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