Android.Nfc.Tech.IsoDep Class
Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Android.Nfc.Tag.

See Also: IsoDep Members

Syntax

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

Remarks

Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Android.Nfc.Tag.

Acquire an Android.Nfc.Tech.IsoDep object using IsoDep.Get(Android.Nfc.Tag).

The primary ISO-DEP I/O operation is IsoDep.Transceive(Byte[]). Applications must implement their own protocol stack on top of IsoDep.Transceive(Byte[]).

Tags that enumerate the Android.Nfc.Tech.IsoDep technology in Android.Nfc.Tag.GetTechList will also enumerate Android.Nfc.Tech.NfcA or Android.Nfc.Tech.NfcB (since IsoDep builds on top of either of these).

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