See Also: NfcA Members
Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Android.Nfc.Tag.
Acquire a Android.Nfc.Tech.NfcA object using NfcA.Get(Android.Nfc.Tag).
The primary NFC-A I/O operation is NfcA.Transceive(Byte[]). Applications must implement their own protocol stack on top of NfcA.Transceive(Byte[]).
Note: Methods that perform I/O operations require the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#NFC permission.