| Package | qnx.system |
| Class | public final class QNXSystemResource |
| Inheritance | QNXSystemResource Object |
QNXSystemResource class defines constants for the
requestResource and releaseResource functions of the
QNXSystem class that is used to indicate the need for various system resources.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ACCELEROMETER : String = accelerometer [static]
Resource indicating that the application requires the use of the accelerometer. | QNXSystemResource | ||
| GEOLOCATION : String = geolocation [static]
Resource indicating that the application requires the use of geolocation. | QNXSystemResource | ||
| NETWORKING : String = networking [static]
Resource indicating that the application requires network access. | QNXSystemResource | ||
| ACCELEROMETER | Constant |
public static const ACCELEROMETER:String = accelerometerResource indicating that the application requires the use of the accelerometer.
Requesting this resource is required when the application is deactivated, or when the system goes into inactive or standby states.
| GEOLOCATION | Constant |
public static const GEOLOCATION:String = geolocationResource indicating that the application requires the use of geolocation.
Requesting this resource is required when the application is deactivated, or when the system goes into inactive or standby states.
| NETWORKING | Constant |
public static const NETWORKING:String = networkingResource indicating that the application requires network access.
Requesting this resource is not required except in standby mode where networking may be disabled to save power.