-
9.2.7 ISO15693 Lock Block
Function Description:
Lock the block on ISO15693 tag.
Function Call:
INT32 RDINT_ISO15693LockBlock(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid, BYTE
u8Block);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8Flag:
It specifies the actions to be performed by the VICC and whether
corresponding fields are present or not.
pu8Uid:
The point of the buffer which contains the tag ID.
u8Block:
The block which you want to write(ex : 0, 1, 2…).
Return code:
Please refer to section 9.5.
9.2.8 Write AFI to ISO15693 Tag
Function Description:
Write AFI to the specific ISO15693 tag.
Function Call:
INT32 RDINT_ISO15693WriteAfi(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid, BYTE
u8AfiValue);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8Flag:
It specifies the actions to be performed by the VICC and whether
corresponding fields are present or not.
pu8Uid:
The point of the buffer which contains the tag ID.
u8AfiValue:
The value of AFI and about this value please refer to ISO15693 document.
Return code:
Please refer to section 9.5.
9.2.9 ISO15693 Lock AFI
Function Description:
Lock the AFI on ISO15693 tag.
Function Call:
INT32
RDINT_ISO15693LockAfi(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8Flag:
It specifies the actions to be performed by the VICC and whether
corresponding fields are present or not.
pu8Uid:
The point of the buffer which contains the tag ID.
Return code:
Please refer to section 9.5.