Android.Nfc.Tech.NfcA Class
Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Android.Nfc.Tag.

See Also: NfcA Members

Syntax

[Android.Runtime.Register("android/nfc/tech/NfcA", DoNotGenerateAcw=true)]
public sealed class NfcA : BasicTagTechnology

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Nfc.Tech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10