I want to do something fairly straightforward, but I can't quite work out if the method in the Gingerbread API is for the ID of the token being scanned or the hardware on-board the Nexus S. What I want to be able to do is get the unique identifier of the NFC chip of the device, so I can register it (eg. when the device is waived over an RFID reader, I can associate the device being waived with an account). Is this possible with the current API methods available?
The piece of code that looks most promising (but I can't test because I don't have a device) is
byte[] tagId = intent.getByteArrayExtra(NfcAdapter.EXTRA_ID);