See Also: IsoDep Members
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.