-
9.3 ISO-14443A
9.3.1 Write Default Key
Function Description:
Write the default key to reader.
Function Call:
INT32 RDINT_WriteDefaultKey(BYTE u8COMPort, BYTE u8DefaultKeyIndx, LPBYTE
pu8DefaultKey);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8DefaultKeyIndx:
The default key index in the reader
pu8DefaultKey:
The point of the buffer which contain key.
Return code:
Please refer to section 9.5.
9.3.2 ISO-14443A Open Card
Function Description:
Lock the ISO-14443A tag and get the tag ID. After select card type, user should call this API before
control the ISO-14443A tag.
Function Call:
INT32 RDINT_OpenCard(BYTE u8COMPort, BYTE u1AutoFind, LPBYTE pu8Uid, LPBYTE
pu8Atqa, LPBYTE pu8Sak);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u1AutoFind:
Auto search card.
TURN_ON
TURN_OFF
pu8Uid:
Receive the tag ID.
pu8Atqa:
Return the ATQA card type.
ATQA_MIFAER_S50
ATQA_MIFAER_S70
ATQA_ULTRA_LIGHT
pu8Sak:
Return the SAK card type.
SAK_ISO14443_3
SAK_ISO14443_4
Return code:
Please refer to section 9.5.