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