Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Publish Struct Reference
Data for a publish packet. More...
#include <MQTTGWPacket.h>
Data Fields | |
| Header | header |
| MQTT header byte. | |
| char * | topic |
| topic string | |
| int | msgId |
| MQTT message id. | |
| char * | payload |
| binary payload, length delimited | |
| int | payloadlen |
| payload length | |
Detailed Description
Data for a publish packet.
Definition at line 167 of file MQTTGWPacket.h.
Field Documentation
MQTT header byte.
Definition at line 169 of file MQTTGWPacket.h.
| int msgId |
MQTT message id.
Definition at line 172 of file MQTTGWPacket.h.
| char* payload |
binary payload, length delimited
Definition at line 173 of file MQTTGWPacket.h.
| int payloadlen |
payload length
Definition at line 174 of file MQTTGWPacket.h.
| char* topic |
topic string
Definition at line 170 of file MQTTGWPacket.h.
Generated on Mon Feb 13 2023 09:41:23 by
1.7.2