Android.Nfc.Tech.NfcF Class
Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Android.Nfc.Tag.

See Also: NfcF Members

Syntax

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

Remarks

Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Android.Nfc.Tag.

Acquire a Android.Nfc.Tech.NfcF object using NfcF.Get(Android.Nfc.Tag).

The primary NFC-F I/O operation is NfcF.Transceive(Byte[]). Applications must implement their own protocol stack on top of NfcF.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