-
9.2.10
Write DSFID to ISO15693 Tag
Function Description:
Write DSFID to the specific ISO15693 tag.
Function Call:
INT32 RDINT_ISO15693WriteDsfid(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid, BYTE
u8DsfidValue);
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.
u8DsfidValue:
The value of DSFID and about this value please refer to ISO15693
document.
Return code:
Please refer to section 9.5.
9.2.11 ISO15693
Lock
DSFID
Function Description:
Lock the DSFID on ISO15693 tag.
Function Call:
INT32
RDINT_ISO15693LockDsfid(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.
9.2.12
Get Data From Reader
Function Description:
Get the data from the reader’s buffer.
Function Call:
INT32 RDINT_GetReturnDataArray (BYTE u8COMPort, BYTE u8Indx, BYTE u8Offset, LPBYTE
pu8Data);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8Indx:
The start index of pu8Data.
u8Offset:
The data’s length which get from ISO15693AutoInventory4Antennas
pu8Data:
The point which will receive the data from reader. The front four bytes
mean which antenna get how many tags, the others are the data.
Return code:
Please refer to section 9.5.