Argox PA-20 Programming Guide Bedienungsanleitung Seite 101

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 129 130

Kommentare zu diesen Handbüchern

Keine Kommentare