Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Parameters for MQTT publish release (PUBREL). More...
#include <mqtt.h>
Data Fields | |
uint16_t | message_id |
Message id of the PUBREC message being acknowledged. | |
uint8_t | reason_code |
MQTT 5.0 reason code. | |
struct mqtt_common_ack_properties | prop |
MQTT 5.0 properties. | |
Parameters for MQTT publish release (PUBREL).
uint16_t mqtt_pubrel_param::message_id |
Message id of the PUBREC message being acknowledged.
struct mqtt_common_ack_properties mqtt_pubrel_param::prop |
MQTT 5.0 properties.
uint8_t mqtt_pubrel_param::reason_code |
MQTT 5.0 reason code.