Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Embed: (wiki syntax)

« Back to documentation index

Ssid Struct Reference

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.