MQTT-C
|
The brokers response to a UNSUBSCRIBE request. 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_unsuback_response (struct mqtt_response *mqtt_response, const uint8_t *buf) |
Deserialize an UNSUBACK packet from buf . More... | |
The brokers response to a UNSUBSCRIBE request.
|
related |
Deserialize an UNSUBACK packet from buf
.
MQTT_CONTROL_UNSUBACK
.[out] | mqtt_response | the response that is initialized from the contents of buf . |
[in] | buf | the buffer with the incoming data. |