The members of Android.Nfc.Tech.IsoDep are listed below.
See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology
[read-only] override | IsConnected | bool. Helper to indicate if I/O operations should be possible. |
[read-only] | IsExtendedLengthApduSupported | bool. |
[read-only] | MaxTransceiveLength | int. Return the maximum number of bytes that can be sent with IsoDep.Transceive(Byte[]). |
[read-only] override | Tag | Android.Nfc.Tag. Get the Android.Nfc.Tag object backing this Android.Nfc.Tech.ITagTechnology object. |
Timeout | int. Get the current timeout for IsoDep.Transceive(Byte[]) in milliseconds. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)Get an instance of Android.Nfc.Tech.IsoDep for the given tag. | |
GetHiLayerResponse()Return the higher layer response bytes for Android.Nfc.Tech.NfcB tags. | ||
GetHistoricalBytes()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[])Send raw ISO-DEP data to the tag and receive the response. | ||
TransceiveAsync(byte[])Documentation for this section has not yet been entered. |