Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:19:22 by
1.7.2