-
9.2.4 Set Ready Mode
Function Description:
Set the card to Ready mode for StayQuiet or Select mode.
Function Call:
INT32 RDINT_ISO15693Reset2Ready(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.5 Read The Block Data form ISO15693 Tag
Function Description:
Read the block data from the specific ISO15693 tag.
Function Call:
INT32 RDINT_ISO15693Read(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid, BYTE
u8BlockStart, BYTE u8BlockCount, LPBYTE pu8Data);
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.
u8BlockStart:
The first block which you want to read(ex : 0, 1, 2…).
u8BlockCount:
The number of blocks which you want to read.
pu8Data:
The point of the buffer which receive the block data.
Return code:
Please refer to section 9.5.
9.2.6 Write The Block Data to ISO15693 Tag
Function Description:
Write the block data to the specific ISO15693 tag.
Function Call:
INT32 RDINT_ISO15693Write(BYTE u8COMPort, BYTE u8Flag, LPBYTE pu8Uid, BYTE u8Block,
LPBYTE pu8Data);
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…).
pu8Data:
The point of the buffer which contains the data.
Return code:
Please refer to section 9.5.