Update revision to use TI's mqtt and Freertos.
Dependencies: mbed client server
Fork of cc3100_Test_mqtt_CM3 by
SlMqttClientLibCfg_t Struct Reference
[SL MQTT Client API]
MQTT Lib structure which holds Initialization Data. More...
#include <sl_mqtt_client.h>
Data Fields | |
| uint16_t | loopback_port |
| < Loopback port is used to manage lib internal functioning in case of connections to multiple servers simultaneously is desired. | |
| uint32_t | rx_tsk_priority |
| Priority of the receive task. | |
| uint32_t | resp_time |
| Reasonable response time (seconds) from server. | |
| bool | aux_debug_en |
| Assert to indicate additional debug info. | |
| int32_t(* | dbg_print )(const char *pcFormat,...) |
| Print debug information. | |
Detailed Description
MQTT Lib structure which holds Initialization Data.
Definition at line 257 of file sl_mqtt_client.h.
Field Documentation
| bool aux_debug_en |
Assert to indicate additional debug info.
Definition at line 265 of file sl_mqtt_client.h.
| int32_t(* dbg_print)(const char *pcFormat,...) |
Print debug information.
Definition at line 266 of file sl_mqtt_client.h.
| uint16_t loopback_port |
< Loopback port is used to manage lib internal functioning in case of connections to multiple servers simultaneously is desired.
Loopback port = 0, implies connection to only single server Loopback port != 0, implies connection to multiple servers
Definition at line 261 of file sl_mqtt_client.h.
| uint32_t resp_time |
Reasonable response time (seconds) from server.
Definition at line 264 of file sl_mqtt_client.h.
| uint32_t rx_tsk_priority |
Priority of the receive task.
Definition at line 263 of file sl_mqtt_client.h.
Generated on Tue Jul 12 2022 18:55:11 by
1.7.2
