nRF5 IoT SDK  v0.9.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
mqtt_evt_param_t Union Reference

Defines event parameters notified along with asynchronous events to the application. Currently, only MQTT_EVT_PUBLISH is accompanied with parameters. More...

#include <mqtt.h>

Data Fields

mqtt_publish_param_t pub_message
 

Detailed Description

Defines event parameters notified along with asynchronous events to the application. Currently, only MQTT_EVT_PUBLISH is accompanied with parameters.

Field Documentation

mqtt_publish_param_t mqtt_evt_param_t::pub_message

Parameters accompanying MQTT_EVT_PUBLISH event.