New topic: 

Turn Airport WiFi on and off

<http://forums.realsoftware.com/viewtopic.php?t=45204>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        Gavin          Post subject: Turn Airport WiFi on and offPosted: 
Sat Sep 01, 2012 8:33 am                         
Joined: Fri Dec 09, 2011 6:27 am
Posts: 25                Any ideas how to go about turning wifi on and off from 
an RS app?

Using Declares, I can enable and disable Bluetooth and I was hoping for 
something similar with Wifi (without the MBS  plugins).

P.S. In case it helps someone, these are the Declares I use for Bluetooth...
declare function IOBluetoothPreferenceGetControllerPowerState lib 
"IOBluetooth.framework" () as Integer
declare sub IOBluetoothPreferenceSetControllerPowerState lib 
"IOBluetooth.framework" (state as Integer)
REM To turn off/on, call IOBluetoothPreferenceSetControllerPowerState(0) or (1)
   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to