Tizen RT Public API
v1.1 D4
|
Structure of MQTT message. More...
#include <mqtt_api.h>
Data Fields | |
int | msg_id |
char * | topic |
void * | payload |
int | payload_len |
int | qos |
int | retain |
Structure of MQTT message.
Definition at line 84 of file mqtt_api.h.
int msg_id |
message identification
Definition at line 85 of file mqtt_api.h.
void* payload |
message payload content
Definition at line 87 of file mqtt_api.h.
int payload_len |
message pay load length
Definition at line 88 of file mqtt_api.h.
int qos |
message qos flag
Definition at line 89 of file mqtt_api.h.
int retain |
message retain flag
Definition at line 90 of file mqtt_api.h.
char* topic |
message topic
Definition at line 86 of file mqtt_api.h.