Casio IT-2000D PDAs & Smartphones User Manual


 
142
Acquisition of Device Power Status
Acquires the current power conditions (ON/OFF) of each device.
SYNTAX
int SYS_GetDevicePower(int Device);
INPUT
Device = device to be selected
2 IrDA
3 14-pin I/F
5 8-pin I/F
Other Reserved
OUTPUT
1 Power ON
0 Power OFF
Note:
This function is used to control the power to devices of this system. Never designate parameters
other than those specified on this page.
Device Power ON/OFF
Used to turn ON and OFF the power of each device.
SYNTAX
int SYS_SetDevicePower(int Device, int OnOff);
INPUT
Device = device to be selected
2 IrDA
3 14-pin I/F
5 8-pin I/F
Other Reserved
OnOff = ON/OFF setting
0 Turns OFF.
1 Turns ON.
OUTPUT
0 Normal termination
Note:
This function is used to control the power to the devices in this system. Never designate parameters
other than those specified on this page.