PT-90 Mobile Computer SDK Programming Manual
171
GetUid14443B
Get ISO 14443B tag UID.
int GetUid14443B
{
int
iType
,
char
lpOutUID[]
}
Parameters
iType
[in] The tag type. This parameter must be one of the values in the table below.
Value
Key type
1
14443B
2
SR176
3
SRIX4K
lpOutUID
[out] Receive the tag unique identifier.
Returned Values
Returning zero if the operation is successful, otherwise, indicates failure.
Remarks
When tag type is SRIX4K, must read chip ID before get UID. Refer to
Example
char cUID[40];
if(GetUid14443B(1, cUID) != 0)
AfxMessageBox(_T("Get UID 14443B fail"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
RFID.h
Link Library:
RFID.lib
Link DLL:
RFID.dll
Device:
PT90