|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.system.Radio
public final class Radio
Provides access to the device's radios.
RadioInfo
Method Summary | ||
---|---|---|
|
static boolean |
activateWAFs(int WAFs)
This method requests that the radios that belong to the provided Wireless Access Families (WAFs) be powered on. |
|
static void |
deactivateWAFs(int WAFs)
Requests that the radios belonging to the provided Wireless Access Families be powered off. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean activateWAFs(int WAFs)
If the request is successful, and all the specified WAF(s) are supported, the activateWAFs method
activates the specified WAF(s).
To determine if a WAF is supported, call RadioInfo.areWAFsSupported(int)
.
WAFs
- A bitfield of RadioInfo.WAF_*
flags indicating the Wireless
Access Families whose radios should be turned on.
ControlledAccessException
- if this operation is not allowed.public static void deactivateWAFs(int WAFs)
WAFs
- A bitfield of RadioInfo.WAF_*
flags indicating the Wireless
Access Families whose radios should be turned off.
ControlledAccessException
- if this operation is not allowed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal