
PT-20 Programming Guide
Query the scan module version.
BOOL Scanner_Version(char* Returnbuf);
If(Scanner_Version (Returnbuf))
_printf_color(COLOR_RED, “Query module version OK!”);
This function can query the scan module version.
0:Query module fail.
1: Query module OK.
To simulator the “Scan” key press or release.
void Sim_ScanKey_Press(BOOL bStatus)
Sim_ScanKey_Press(TRUE);//Set the scan key pressed.
Sim_ScanKey_Press(FALSE);//Set the scan key released.
This function can simulator the scan key status for pressed or released.
Kommentare zu diesen Handbüchern