Argox PA-20 Programming Guide Manuale Utente Pagina 76

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 130
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 75
PT-20 Programming Guide
74
Includes
#include “SDK.h ”
Description
When use “_scanf_color” function, this function can set auto press ENT
key after scanner read.
TRUE : Auto press ENT on.
FALSE : Auto press ENT off.
Returns
none
_scanf_ctrl_AlphaKey
Purpose
Set Alpha key function on/off when use “_scanf_color” function.
Syntax
void _scanf_ctrl_AlphaKey (int status);
Example call
_scanf_ctrl_AlphaKey (TRUE);
Includes
#include “SDK.h ”
Description
When use “_scanf_color” function, this function can set enable/disable
alpha key when key input.
TRUE : Enable alpha key.
FALSE : Disable alpha key.
Returns
none
_scanf_ctrl_AlphaKey_Mode
Purpose
Set alpha mode when use “_scanf_color” function.
Syntax
void _scanf_ctrl_AlphaKey_Mode(int slAlphaMode);
Example call
_scanf_ctrl_AlphaKey_Mode(ALPHA_123);//Set keypad input for number.
Includes
#include “SDK.h ”
Description
When use “_scanf_color” function, this function can set alpha mode when
key input.
ALPHA_123 : For input number.
ALPHA_abc : For input lower character.
ALPHA_ABC : For input upper character.
Returns
_scanf_ctrl_password
Purpose
Set display for general or user define when use “_scanf_color” function.
Syntax
void _scanf_ctrl_password (char ssPassWord);
Example call
_scanf_ctrl_password (‘*’);
Includes
#include “SDK.h ”
Description
When use “_scanf_color” function, this function can set enable/disable
alpha key when key input.
Vedere la pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 129 130

Commenti su questo manuale

Nessun commento