Note: not compatible with ABWifi 1.x! ABWifi 1.x was a mix of several tools but there are seperate libraries now for this. E.g. Use other libraries like esLocation2 to get location info.
Get a new reading. Only one reading will be done, so you have to call it again in the FoundReadings() event if you want continious readings.
Initialize (eventNameAsString)
Initialize ABWifi eventName:
StartWifiAsBoolean
Start ABWifi. Use GetNewReadingWifi() to get one reading The event FoundReadings() will be raised containing the current Wifi infos If WIFI was not enabled on the device, it will be enabled now. Return type: @return:Was call successful
StopWifi
Stop ABWifi If WIFI was not enabled on the device, it will be disabled now.