-
11.13
Lock Gen2 Tag
Function Description:
Set password protection for the different memory bank of the tag.
Function Call:
BOOL LockGen2Tag (char *szData);
Parameter:
szData:
The lock value.
Return code:
TRUE:
Lock tag success.
FALSE:
Lock tag fail.
11.14
Lock ISO18000-6B Tag
Function Description:
To lock ISO18000-6B blocks. Once the tag blocks have been locked, they cannot be unlocked or
written to.
Function Call:
BOOL LockISO180006BTag(char *szTagID, char *szAddress, int nBlock);
Parameter:
szTagID:
The tag ID which user wants to lock.
szAddress:
The start address to lock.
nBlock:
The number of blocks which user wants to lock.
Return code:
TRUE:
Lock tag success.
FALSE:
Lock tag fail.
11.15
Get Reader’s Power Level
Function Description:
To get reader’s power level.
Function Call:
BOOL GetPowerLevel(int *nPower);
Parameter:
nPower:
Return the power level.
Return code:
TRUE:
Get value success.
FALSE:
Get value fail.