Pavle Radojkovic / mbed-mqtt
Embed: (wiki syntax)

« Back to documentation index

Ack Struct Reference

Ack Struct Reference

Data for one of the ack packets. More...

#include <MQTTGWPacket.h>

Data Fields

Header header
 MQTT header byte.
int msgId
 MQTT message id.

Detailed Description

Data for one of the ack packets.

Definition at line 182 of file MQTTGWPacket.h.


Field Documentation

MQTT header byte.

Definition at line 184 of file MQTTGWPacket.h.

int msgId

MQTT message id.

Definition at line 185 of file MQTTGWPacket.h.