![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Defined MQTT asynchronous event notified to the application. More...
#include <mqtt.h>
Data Fields | |
mqtt_evt_id_t | id |
mqtt_evt_param_t | param |
uint32_t | result |
Defined MQTT asynchronous event notified to the application.
mqtt_evt_id_t mqtt_evt_t::id |
Identifies the event.
mqtt_evt_param_t mqtt_evt_t::param |
Contains parameters (if any) accompanying the event.
uint32_t mqtt_evt_t::result |
Event result. For example, MQTT_EVT_CONNACK has a result code indicating success or failure code of connection procedure.