Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
WFWiFiManager: Difference between revisions - iPhone Development Wiki

WFWiFiManager: Difference between revisions

From iPhone Development Wiki
(Add occlass so that we get a navbox and a library link. Reword slightly.)
No edit summary
Line 1: Line 1:
'''WFWiFiManager''' is a class, found in the [[WiFiPicker.servicebundle|WiFiPicker]] service bundle. '''WFWiFiManager''' is used to perform WiFi related tasks such as scanning for and retrieving lists of networks.
'''WFWiFiManager''' is a class found in the [[WiFiPicker.servicebundle|WiFiPicker]] service bundle. '''WFWiFiManager''' is used to perform WiFi related tasks such as scanning for and retrieving lists of networks.


== Example Usage ==
== Example Usage ==

Revision as of 07:28, 20 April 2013

WFWiFiManager is a class found in the WiFiPicker service bundle. WFWiFiManager is used to perform WiFi related tasks such as scanning for and retrieving lists of networks.

Example Usage

[[objc_getClass("WFWiFiManager") sharedInstance] knownNetworks];

You can obtain the header from here