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

« Back to documentation index

Publish Struct Reference

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.

payload length

Definition at line 174 of file MQTTGWPacket.h.

char* topic

topic string

Definition at line 170 of file MQTTGWPacket.h.