TI's MQTT Demo with freertos CM4F

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

mqtt_server_app_cfg Struct Reference

mqtt_server_app_cfg Struct Reference
[The Server Daemon API(s)]

Configuration for the applications that utilize the MQTT Server Daemon. More...

#include <server_core.h>

Data Fields

void * place_holder
 Dummy, not used as of now.

Detailed Description

Configuration for the applications that utilize the MQTT Server Daemon.

At the moment this configuration is not used and has been incorporated to support forward compatibility (future use)

Definition at line 234 of file server_core.h.


Field Documentation

void* place_holder

Dummy, not used as of now.

Definition at line 236 of file server_core.h.