PT-90 Mobile Computer SDK Programming Manual
166
OpenCard14443A
Open ISO 14443A tag of mifare type and get the tag UID.
int OpenCard14443A
{
char
lpOutUID[]
,
char
lpOutType[]
}
Parameters
lpOutUID
[out] Receive the tag unique identifier.
lpOutData
[out] Receive the tag type. Please refer to mifare based document For example common values in the
following table.
Value
Tag type
0400
Mifare Classic 1k
0200
Mifare Classic 4k
4400
Mifare Ultralight
Returned Values
Returning zero if the operation is successful, otherwise, indicates failure.
Example
char cUID[40], cType[20];
if(OpenCard14443A(cUID, cType) != 0)
AfxMessageBox(_T("Open card 14443A fail"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
RFID.h
Link Library:
RFID.lib
Link DLL:
RFID.dll
Device:
PT90