SEObtemChaveSeguranca
This function returns the security key to be used in the next password capture from the establishment owner.
void SEObtemChaveSeguranca (char *SecurityKey, char *Card, char *OpeningKey, char *Result)
Parameter | Type | Size | Description |
---|---|---|---|
Security Key | Output, by value | 64 | Exit safety switch. It is ready to be used in CliSiTef's LeSenhaDireto function. |
Card | Entry, by value | Up to 40 | Card or track number 2 |
KeyOpening | Entry, by value | 32 | Secret opening key |
Result | Output, by value | 2 | Result |
The function returns a non-zero value in Result if an error occurred when generating the key and zero (00)
if it was generated correctly.
Error codes are described in item
The error codes are described in the following item.
Return Codes.
Updated 15 days ago