net.rim.device.api.system
Class Peripheral
java.lang.Object
net.rim.device.api.system.Peripheral
Deprecated.
public final class Peripheral
- extends Object
Provides power control over device peripherals.
Note this API is only supported
on 857/957, 5790 and 5810/5820 handhelds.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
Method Summary |
|
static boolean |
isSupported()
Deprecated. Returns a boolean indicating whether or not the device supports
peripherals. |
|
static boolean |
powerOff()
Deprecated. Turns off the peripheral power. |
|
static boolean |
powerOn()
Deprecated. Turns on the peripheral power. |
isSupported
public static boolean isSupported()
- Deprecated.
- Returns a boolean indicating whether or not the device supports
peripherals.
- Returns:
- true if the device supports peripherals, false otherwise.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
powerOn
public static boolean powerOn()
- Deprecated.
- Turns on the peripheral power.
- Returns:
- True if successful; otherwise, false.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
powerOff
public static boolean powerOff()
- Deprecated.
- Turns off the peripheral power.
- Returns:
- True if successful; otherwise, false.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
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