TizenRT Public API  v2.0 M2
_mqtt_msg_s Struct Reference

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
 

Detailed Description

Structure of MQTT message.

Definition at line 84 of file mqtt_api.h.

Field Documentation

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.


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