
PT-20 Programming Guide
To get the SN of PT10/12.
void SN_Get(char *pssSNBuffer);
The function cab get the SN of PA-20 /PA-2010 / PA-21 / PA-2110. The
string buffer size must longer than 8 bytes.
Set BIOS setting default.
void BIOS_SetDefault(void);
This function can set BIOS setting to default setting. It takes several
seconds.
Check the agency ID correct or not.
BOOL Check_AID(char* pssUser, char* pssPassword);
if (Check_AID(“USER01”, “AAAAAAAA”))
_printf_color(COLOR_BLACK, “AID Correct!!”);
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.
TRUE: AID correct.
FALSE: AID not correct.
Commentaires sur ces manuels