-
7.4.4 Get Keypad Backlight Status
(For HT680/PA966/PA962/PA982 only)
Function Description:
This function returns the status of keyoad backlight.
Function call:
BOOL GetKeypadLightStatus(void)
Return code:
TRUE = keypad backlight is on.
FALSE = keypad backlight is off.
7.4.5 Screen Backlight Brightness Control
Function Description:
This function adjusts screen backlight brightness.
Function call:
void BrightnessUp(BOOL fup)
Parameters(Input)
Fup:
BOOL:
TRUE = adjust one step up.
FALSE = adjust one step down.
7.5 SD slot related functions
(For HT680/Pa968 Only)
7.5.1 Inquire SD slot status
Function Description:
This function returns SD slot enable/disable status.
Function call:
BOOL GetSDStatus()
Return code:
TRUE = Slot is enabled.
FALSE = Slot is disabled.
7.5.2 Enable/Disable SD Slot
Function Description:
This function enables/disables SD slot.
Function call:
void EnableSDSlot(BOOL bEnable);
Parameters(Input)
bEnable:
BOOL:
TRUE = Enable slot.
FALSE = Disable slot.
7.6 Enable/Disable
Vibration
(For HT680/PA968 Only)
Function Description:
This function enables/disables vibration.
Function call:
void VibrationOn(BOOL bEnable);
Parameters(Input)
bEnable:
BOOL:
TRUE = On.
FALSE = Off.