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

SlMqttServerCfg_t Struct Reference

SlMqttServerCfg_t Struct Reference
[SL MQTT Server APIs]

MQTT Server Lib structure which holds Initialization Data. More...

#include <sl_mqtt_server.h>

Data Fields

SlMqttServerParams_t server_info
 Server information.
uint8_t loopback_port
 Loopback port to manage lib internal functioning - Mandatory.
uint32_t rx_tsk_priority
 Priority of the receive task in server.
uint32_t resp_time
 Reasonable response wait time (seconds) for server.
bool aux_debug_en
 Assert to indicate additional debug info.
int32_t(* dbg_print )(const char *pcFormat,...)
 Print debug information.

Detailed Description

MQTT Server Lib structure which holds Initialization Data.

Definition at line 230 of file sl_mqtt_server.h.


Field Documentation

Assert to indicate additional debug info.

Definition at line 236 of file sl_mqtt_server.h.

int32_t(* dbg_print)(const char *pcFormat,...)

Print debug information.

Definition at line 237 of file sl_mqtt_server.h.

uint8_t loopback_port

Loopback port to manage lib internal functioning - Mandatory.

Definition at line 233 of file sl_mqtt_server.h.

uint32_t resp_time

Reasonable response wait time (seconds) for server.

Definition at line 235 of file sl_mqtt_server.h.

uint32_t rx_tsk_priority

Priority of the receive task in server.

Definition at line 234 of file sl_mqtt_server.h.

Server information.

Definition at line 232 of file sl_mqtt_server.h.