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.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Ssid Struct Reference
[Types]
Network SSID type. More...
#include <WiconnectTypes.h>
Data Fields | |
uint8_t | val [32] |
The raw data of the SSID (not necessarily a string) | |
uint8_t | len |
The length in bytes of the SSID raw data. |
Detailed Description
Network SSID type.
Definition at line 298 of file WiconnectTypes.h.
Field Documentation
uint8_t len |
The length in bytes of the SSID raw data.
Definition at line 301 of file WiconnectTypes.h.
uint8_t val[32] |
The raw data of the SSID (not necessarily a string)
Definition at line 300 of file WiconnectTypes.h.
Generated on Tue Jul 12 2022 17:35:59 by
