Android nfcA.connect(), nfcA.transceive(), nfcA.setTimeout() and nfcA.getMaxTransceiveLength()
问题 I have a a number of newbie NfcA questions. There seems to be little guidance on this in the docs and elsewhere on the web, so I hope no-one minds me stringing a few basic questions together here... I am using nfcA.transceive() to write data to my NTAG213 tag like this: byte[] result = nfcA.transceive(new byte[] { (byte)0xA2, // WRITE (byte)(pageNum & 0x0ff), myData[0], myData[1], myData[2], myData[3] }); 1. The result array is a single byte of value 10. What does this mean and what other