Zephyr API 3.6.99
|
Defines MQTT asynchronous event notified to the application. More...
#include <mqtt.h>
Data Fields | |
enum mqtt_evt_type | type |
Identifies the event. | |
union mqtt_evt_param | param |
Contains parameters (if any) accompanying the event. | |
int | result |
Event 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.