TI's MQTT Demo with freertos CM4F
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
| bool aux_debug_en |
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.
Generated on Wed Jul 13 2022 09:55:39 by
1.7.2