-9.3.7 ISO-14443A InventoryFunction Description:Read ISO-14443A Tag.Function Call:INT32 RDINT_MifareAutoRequest4Antennas(BYTE u8COMPort, LPBYTE pu8GRLCS);Parameter:u8COMPort: The reader’s COM port number (1 – 255)pu8GRLCS: Receive the read data’s length which in the reader’s buffer.Return code:Please refer to section 9.5.9.4 ISO-14443B9.4.1 Select ST CardFunction Description:Select ST card.Function Call:INT32 RDINT_STCardSelect(BYTE u8COMPort, LPBYTE pu8IDNum);Parameter:u8COMPort: The reader’s COM port number (1 – 255)pu8IDNum: The card data.Return code:Please refer to section 9.5.9.4.2 Release ST CardFunction Description:Release ST card.Function Call:INT32 RDINT_STCardIntoDeactive(BYTE u8COMPort);Parameter:u8COMPort: The reader’s COM port number (1 – 255)Return code:Please refer to section 9.5.9.4.3 Read SR176 Card’s Block DataFunction Description:Read the block from specify SR176 card.Function Call:INT32 RDINT_SR176ReadBlock(BYTE u8COMPort, BYTE u8BlkNo, LPBYTE pu8Data);Parameter:u8COMPort: The reader’s COM port number (1 – 255)u8BlkNo: The block number which user wants to read (Ex: 0, 1, 2…).pu8Data: Receive the data.Return code:Please refer to section 9.5.