Casio IT-2000D User Manual

Page 147

Advertising
background image

147

Request of Suspend (Software-triggered OFF)

Used to turn off the system with the software. If there is a need to specify the next boot-up

process, complete "Setting Cancellation of Next Resume Process" beforehand, then call this

function.

SYNTAX

void SYS_PowerOff();

INPUT

None

OUTPUT

None

Acquisition of Low Battery Voltage Status

An APM (Advanced Power Management) BIOS has been installed in this terminal. This function is

used to directly refer the hardware conditions which are translated into input signals for the APM

BIOS.

SYNTAX

int SYS_GetLBStatus();

INPUT

None

OUTPUT

b0

Reserved

b1

LB1 event: Main battery voltage low.

b2

LB2 event: Sub-battery voltage low.

b3

LB3 event: Memory card battery voltage low.

b4 to b7

Reserved

Setting APO Time

Used to set a time until APO (Auto Power OFF) occurs.

SYNTAX

int SYS_GetApoTime (int nValue);

INPUT

nValue =

APO time

0

Does not cause APO.

1 to 15

Causes APO in the specified-number of minutes plus
30 seconds.

The actual APO time has an error of +/- 25 seconds.

Advertising