-
7.1.8 Check Function key status
(For HT680/PA968 only)
Function Description:
This function is used to check if function key is enabled or not.
Function call:
BOOL GetFnKeyStatus(void);
Return code:
TRUE = Function key is enabled.
FALSE = Function key is enabled.
7.1.9 Enable/Disable Function key
(For HT680/PA968 only)
Function Description:
This function is used to enabled/disable function key.
Function call:
void SetFnKeyDisable(BOOL bOff);
Return code:
TRUE = Disable function key.
FALSE = Enable function key.