MQTT-C
Data Fields | Related Functions
mqtt_response_puback Struct Reference

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...
 

Detailed Description

A publish acknowledgement for messages that were published with QoS level 1.

See also
MQTT v3.1.1: PUBACK - Publish Acknowledgement.

The documentation for this struct was generated from the following file: