-
9.2 ISO-15693
9.2.1 Inventory
Function Description:
Set the card to StayQuiet mode and return the card ID.
Function Call:
INT32 RDINT_ISO15693Inventory(BYTE u8COMPort, BYTE u8Flag, BYTE u8Afi, BYTE
u8MaskLen, LPBYTE pu8Mask, LPBYTE pu8Dsfid, 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.
u8Afi:
Application Family Identifier parameter, please refer to ISO15693
document
u8MaskLen:
The mask length indicates the number of significant bits of the mask value.
It can have any value between 0 and 60 when 16 slots are used and any
value between 0 and 64 when 1 slot is used. LSB shall be transmitted first.
pu8Mask:
The mask value is contained in an integer number of bytes. LSB shall be
transmitted first.
pu8Dsfid:
The Data Storage Format Identifier parameter, please refer to ISO15693
document.
pu8Uid:
The point of the buffer which to receive the tag ID.
Return code:
Please refer to section 9.5.
9.2.2 Set StayQuiet Mode
Function Description:
Set the card to StayQuiet mode.
Function Call:
INT32 RDINT_ISO15693StayQuiet(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 contain the tag ID.
Return code:
Please refer to section 9.5.
9.2.3 Set Select Mode
Function Description:
Set the card to Select mode.
Function Call:
INT32 RDINT_ISO15693Select(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.