int connect( const char* ssid, const LWiFiLoginInfo & loginInfo );
int connect( const char* ssid, const LWiFiLoginInfo & loginInfo );
Starts the Wi-Fi connection. The login information is stored in loginInfo.
|
Parameters |
Description |
|
const char* ssid |
The pointer to the SSID string. |
|
const LWiFiLoginInfo & loginInfo |
An LWiFiKey that stores login information. |
> 0: Successful.
<= 0: Failed.
LWiFi.h