| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Defines MQTT asynchronous event notified to the application. More...
#include <mqtt.h>
Data Fields | |
| enum mqtt_evt_type | type | 
| union mqtt_evt_param | param | 
| int | result | 
Defines MQTT asynchronous event notified to the application.
| union mqtt_evt_param mqtt_evt::param | 
Contains parameters (if any) accompanying the event.
| int mqtt_evt::result | 
Event result. 0 or a negative error code (errno.h) indicating reason of failure.
| enum mqtt_evt_type mqtt_evt::type | 
Identifies the event.