Definition at line 37 of file Device.h.
Static Public Member Functions | |
void | init () SEC_RAZOR_INIT |
Initialize the Device subsystem. | |
void | release () SEC_RAZOR_INIT |
Release the Device subsystem. | |
void | panic (const Char *message) SEC_RAZOR_INIT |
Display an error message to the user, then exit the application. | |
Err | romVersionCompatible (UInt32 minVersion, UInt32 maxVersion, UInt16 launchFlags) |
Check that the ROM version is meeting your minimum requirements. | |
Boolean | supportsTrap (UInt16 trapNum) |
Is the specified trap supported by the device? | |
Static Public Attributes | |
Boolean | supports30 |
Does the Palm device support Palm OS 3.0 Feature Set? | |
Boolean | supports31 |
Does the Palm device support Palm OS 3.1 Feature Set? | |
Boolean | supports35 |
Does the Palm device support Palm OS 3.5 Feature Set? | |
Boolean | supports40 |
Does the Palm device support Palm OS 4.0 Feature Set? | |
Boolean | supports50 |
Does the Palm device support Palm OS 5.0 Feature Set? | |
Boolean | isArmed |
Is the device equipped with an ARM processor? | |
UInt32 | creatorID |
The Creator ID of the currently running app. | |
UInt16 | appVersionNum |
The application version of the currently running app. |
|
Initialize the Device subsystem. This operation needs to be invoked before all others. |
|
Release the Device subsystem. This operation needs to be invoked before application shutdown. |
|
Display an error message to the user, then exit the application. Invoke this operation in case of an unresolvable runtime problem that is not your fault (e.g. low memory). Use the macros from the ErrorManager for all problems which are your fault (i.e. which will be ironed out in the release version). |
|
Check that the ROM version is meeting your minimum requirements.
|
|
Is the specified trap supported by the device?
|
|
Does the Palm device support Palm OS 3.0 Feature Set?
|
|
Does the Palm device support Palm OS 3.1 Feature Set?
|
|
Does the Palm device support Palm OS 3.5 Feature Set?
|
|
Does the Palm device support Palm OS 4.0 Feature Set?
|
|
Does the Palm device support Palm OS 5.0 Feature Set?
|
|
Is the device equipped with an ARM processor?
|
|
The Creator ID of the currently running app.
|
|
The application version of the currently running app.
|