Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Member Functions | |
void | enable (bool enabled, bool save=false) |
Enable or disable WiFi AP. More... | |
bool | isEnabled () |
Get WiFi AP enable status. More... | |
bool | config (const String &ssid, String password, AUTH_MODE mode, bool hidden=false, int channel=7, int beaconInterval=200) |
Configure WiFi AP. More... | |
IPAddress | getIP () |
Get WiFi AP IP address. More... | |
bool | setIP (IPAddress address) |
Set WiFi AP IP addres. More... | |
String | getMAC (char sep= '\0') |
Get WiFi AP MAC address. More... | |
IPAddress | getNetworkMask () |
Get WiFi AP network mask. More... | |
IPAddress | getNetworkGateway () |
Get WiFi AP default gateway. More... | |
IPAddress | getNetworkBroadcast () |
Get WiFi AP broadcast address. More... | |
String | getSSID () |
Get WiFi access point SSID. More... | |
String | getPassword () |
Get WiFi access point password. More... | |
Protected Member Functions | |
void | onSystemReady () override |
Handle system ready events. More... | |
|
overrideprotectedvirtual |
Handle system ready events.
Implements ISystemReadyHandler.