MQTT-C
|
A publish acknowledgement for messages that were published with QoS level 1. More...
#include <mqtt.h>
Data Fields | |
uint16_t | packet_id |
The published messages packet ID. | |
Related Functions | |
(Note that these are not member functions.) | |
ssize_t | mqtt_unpack_pubxxx_response (struct mqtt_response *mqtt_response, const uint8_t *buf) |
Deserialize a PUBACK/PUBREC/PUBREL/PUBCOMP packet from buf . More... | |
A publish acknowledgement for messages that were published with QoS level 1.