Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
AccessPointClass Class Reference
Inheritance diagram for AccessPointClass:
ISystemReadyHandler

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 (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 ()
 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

virtual void onSystemReady ()
 Handle system ready events. More...
 

Member Function Documentation

virtual void AccessPointClass::onSystemReady ( )
protectedvirtual

Handle system ready events.

Implements ISystemReadyHandler.