I don't know about a "bit vector" but most NFC tags (whether type A, B, Mifare 1k/Ultralight/etc) all have a "UID". This is a unique identifier for the tag and what you're looking for.
But the tags you use will have to be of the 13.56 MHz hi-frequency variety. You won't be able to read most older HID Prox cards for example because they operate on the 125 kHz frequency. On May 17, 5:19 pm, Pierre Yaacoub <[email protected]> wrote: > Hello, > > I am trying to build an application that uses the new Android > capability of detecting RFID (NFC) tags. > The tags that I have are not NFC tags, that is, they are not of a > special type (like URI ...). > For my purposes, I do not care about parsing the tag data in a certain > way (as would be the case in some NFC tags like URI or SmartText). I > just need to access the bit vector that the tag sends, and use it as a > unique identifier. > > Is it possible to do this? That is, if the tag is an RFID tag that is > being detected by the phone, but isn't of any special type, can I > access its bit vector? > > Thank you very much > > Pierre -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

