Android.Nfc.Tech.IsoDep: Method Members

The methods of Android.Nfc.Tech.IsoDep are listed below. For a list of all members, see the IsoDep Members list.

See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology

Public Methods

override
Close()
Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources.
override
Connect()
Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object.
static
Get(Android.Nfc.Tag) : IsoDep
Get an instance of Android.Nfc.Tech.IsoDep for the given tag.
GetHiLayerResponse() : byte[]
Return the higher layer response bytes for Android.Nfc.Tech.NfcB tags.
GetHistoricalBytes() : byte[]
Return the ISO-DEP historical bytes for Android.Nfc.Tech.NfcA tags.
SetTimeout(int)
Set the timeout of IsoDep.Transceive(Byte[]) in milliseconds.
Transceive(byte[]) : byte[]
Send raw ISO-DEP data to the tag and receive the response.
TransceiveAsync(byte[]) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.