TI's MQTT Demo with freertos CM4F
SlMqttClientCtxCfg_t Struct Reference
[SL MQTT Client API]
MQTT client context configuration structure. More...
#include <sl_mqtt_client.h>
Data Fields | |
| SlMqttServer_t | server_info |
| Server information. | |
| bool | mqtt_mode31 |
| Operate LIB in MQTT 3.1 mode; default is 3.1.1. | |
| bool | blocking_send |
| Select the mode of operation for send APIs (PUB, SUB, UNSUB). | |
Detailed Description
MQTT client context configuration structure.
Definition at line 272 of file sl_mqtt_client.h.
Field Documentation
| bool blocking_send |
Select the mode of operation for send APIs (PUB, SUB, UNSUB).
false - callback, true - blocking
Definition at line 276 of file sl_mqtt_client.h.
| bool mqtt_mode31 |
Operate LIB in MQTT 3.1 mode; default is 3.1.1.
false - default( 3.1.1) & true - 3.1)
Definition at line 275 of file sl_mqtt_client.h.
Server information.
Definition at line 274 of file sl_mqtt_client.h.
Generated on Wed Jul 13 2022 09:55:39 by
1.7.2