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