
PT-20 Programming Guide
void _scanf_ctrl_ScannerStatus(BOOL bStatus);
_scanf_ctrl_ScannerStatus(TRUE);
When use “_scanf_color” function, this function can set scanner status.
TRUE : Scanner on.
FALSE : Scanner off.
Set scanner sleep on/off when use “_scanf_color” function.
void _scanf_ctrl_ScannerSleep(BOOL bStatus);
_scanf_ctrl_ScannerSleep(TRUE);
After use “_scanf_color” function, this function can set scanner status in
sleep mode or stop.
If use this function and set status “TRUE”, when left “_scanf_color”
function, scanner will sleep, and when you use “_scanf_color” function
next time, the scanner will not reinitial. That can make the “_scanf_color”
function speed up.
TRUE : Scanner sleep.
FALSE : Scanner not sleep.
Set vibrate on/off when use “_scanf_color” function and scanner status
on.
void _scanf_ctrl_Vibrate(BOOL bEnable);
_scanf_ctrl_Vibrate(TRUE);//Enable vibrate
When use “_scanf_color” function, this function can set vibrate on/off after
scanner read.
TRUE : Vibrate on.
FALSE : Vibrate off.
Set ENT auto press on/off when use “_scanf_color” function and scanner
status on.
void _scanf_ctrl_ScanWithENT(BOOL bScanEnt);
_ scanf_ctrl_ScanWithENT (TRUE);
Commentaires sur ces manuels