WiFi
From Pointui
This is a Global object. You must not create an instance of it as one is always available for your use.
Provides access to the WiFi functionality on the device. NOTE: this is a global object so an instance is always available to use – you do not need to ever create additional instances.
Contents |
Methods
void SetStatus(bool enabled)
Turns WiFi on or off.
bool GetStatus()
Returns true if WiFi is currently turned on.
String GetConnectedNetworkName()
Returns the name of the connected WiFi network, or a blank string if there is no connection.
