Argox PA-20 Programming Guide Uživatelský manuál Strana 29

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 130
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 129 130

Komentáře k této Příručce

Žádné komentáře