Argox PA-20 Programming Guide Manuale Utente Pagina 29

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 130
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 28
PT-20 Programming Guide
27
1: Load OK.
Scanner_Version
Purpose
Query the scan module version.
Syntax
BOOL Scanner_Version(char* Returnbuf);
Example call
If(Scanner_Version (Returnbuf))
_printf_color(COLOR_RED, “Query module version OK!”);
Includes
#include “SDK.h ”
Description
This function can query the scan module version.
Returns
0:Query module fail.
1: Query module OK.
Sim_ScanKey_Press
Purpose
To simulator the Scan key press or release.
Syntax
void Sim_ScanKey_Press(BOOL bStatus)
Example call
Sim_ScanKey_Press(TRUE);//Set the scan key pressed.
Sim_ScanKey_Press(FALSE);//Set the scan key released.
Includes
#include “SDK.h ”
Description
This function can simulator the scan key status for pressed or released.
Returns
None
Vedere la pagina 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 129 130

Commenti su questo manuale

Nessun commento