Update revision to use TI's mqtt and Freertos.
Dependencies: mbed client server
Fork of cc3100_Test_mqtt_CM3 by
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 Tue Jul 12 2022 18:55:11 by
1.7.2
