PT-20 Programming Guide
75
0 : Input character nomoral display.
others : Input character display define word.
Returns
:
none
_scanf_ctrl_KeypadLock
Purpose
:
Set keypad lock on/off when use “_scanf_color” function.
Syntax
:
void _scanf_ctrl_KeypadLock(BOOL bLock);
Example call
:
_scanf_ctrl_KeypadLock(FALSE);
Includes
:
#include “SDK.h ”
Description
:
When use “_scanf_color” function, this function can set keypad input
lock on/off except ENT key ,ESC key and Scan key.
TRUE : Keypad lock
FALSE : Keypad unlock.
Returns
:
none