Update revision to use TI's mqtt and Freertos.

Dependencies:   mbed client server

Fork of cc3100_Test_mqtt_CM3 by David Fletcher

Embed: (wiki syntax)

« Back to documentation index

utf8_string Struct Reference

utf8_string Struct Reference

Description of UTF8 information as used by MQTT Library. More...

#include <mqtt_common.h>

Data Fields

const char * buffer
 Refers to UTF8 content.
uint16_t length
 Length of UTF8 content.

Detailed Description

Description of UTF8 information as used by MQTT Library.

Definition at line 303 of file mqtt_common.h.


Field Documentation

const char* buffer

Refers to UTF8 content.

Definition at line 305 of file mqtt_common.h.

uint16_t length

Length of UTF8 content.

Definition at line 306 of file mqtt_common.h.