Argox PA-20 Programming Guide Instrukcja Użytkownika Strona 101

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 130
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 100
PT-20 Programming Guide
99
Purpose
To get the SN of PT10/12.
Syntax
void SN_Get(char *pssSNBuffer);
Example call
SN_Get(SNBuffer);
Includes
#include “SDK.h ”
Description
The function cab get the SN of PA-20 /PA-2010 / PA-21 / PA-2110. The
string buffer size must longer than 8 bytes.
Returns
None
BIOS_SetDefault
Purpose
Set BIOS setting default.
Syntax
void BIOS_SetDefault(void);
Example call
BIOS_SetDefault();
Includes
#include “SDK.h “
Description
This function can set BIOS setting to default setting. It takes several
seconds.
Returns
None
Check_AID
Purpose
Check the agency ID correct or not.
Syntax
BOOL Check_AID(char* pssUser, char* pssPassword);
Example call
if (Check_AID(“USER01”, “AAAAAAAA”))
_printf_color(COLOR_BLACK, “AID Correct!!”);
Includes
#include “SDK.h “
Description
This function can check the agency ID correct or not. You can write the
agency ID by “AID Maker”.
The pssUser and pssPassword need 4~8 characters.
Returns
TRUE: AID correct.
FALSE: AID not correct.
Przeglądanie stron 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 129 130

Komentarze do niniejszej Instrukcji

Brak uwag