![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Defines event parameters notified along with asynchronous events to the application. Currently, only MQTT_EVT_PUBLISH is accompanied with parameters. More...
#include <mqtt.h>
Defines event parameters notified along with asynchronous events to the application. Currently, only MQTT_EVT_PUBLISH is accompanied with parameters.
mqtt_connack_param_t mqtt_evt_param_t::connack |
Parameters accompanying MQTT_EVT_CONNACK event.
mqtt_puback_param_t mqtt_evt_param_t::puback |
Parameters accompanying MQTT_EVT_PUBACK event.
mqtt_pubcomp_param_t mqtt_evt_param_t::pubcomp |
Parameters accompanying MQTT_EVT_PUBCOMP event.
mqtt_publish_param_t mqtt_evt_param_t::publish |
Parameters accompanying MQTT_EVT_PUBLISH event.
mqtt_pubrec_param_t mqtt_evt_param_t::pubrec |
Parameters accompanying MQTT_EVT_PUBREC event.
mqtt_pubrel_param_t mqtt_evt_param_t::pubrel |
Parameters accompanying MQTT_EVT_PUBREL event.
mqtt_suback_param_t mqtt_evt_param_t::suback |
Parameters accompanying MQTT_EVT_SUBACK event.
mqtt_suback_param_t mqtt_evt_param_t::unsuback |
Parameters accompanying MQTT_EVT_UNSUBACK event.