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.
SlMqttServerParams_t Struct Reference
[SL MQTT Server APIs]
Secure Socket Parameters to open a secure connection. More...
#include <sl_mqtt_server.h>
Data Fields | |
| uint32_t | netconn_flags |
| Enumerate connection type. | |
| const char * | server_addr |
| Server Address: URL or IP. | |
| uint8_t | port_number |
| Port number of MQTT server. | |
| uint8_t | method |
| Method to tcp secured socket. | |
| uint32_t | cipher |
| Cipher to tcp secured socket. | |
| uint32_t | n_files |
| Number of files for secure transfer. | |
Detailed Description
Secure Socket Parameters to open a secure connection.
Definition at line 212 of file sl_mqtt_server.h.
Field Documentation
| uint32_t cipher |
Cipher to tcp secured socket.
Definition at line 222 of file sl_mqtt_server.h.
| uint8_t method |
Method to tcp secured socket.
Definition at line 221 of file sl_mqtt_server.h.
| uint32_t n_files |
Number of files for secure transfer.
Definition at line 223 of file sl_mqtt_server.h.
| uint32_t netconn_flags |
Enumerate connection type.
Definition at line 218 of file sl_mqtt_server.h.
| uint8_t port_number |
Port number of MQTT server.
Definition at line 220 of file sl_mqtt_server.h.
| const char* server_addr |
Server Address: URL or IP.
Definition at line 219 of file sl_mqtt_server.h.
Generated on Tue Jul 12 2022 18:19:22 by
1.7.2