Android.Nfc.Tech.MifareClassic.Close Method
Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources.

Syntax

[Android.Runtime.Register("close", "()V", "")]
public override void Close ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources.

Also causes all blocked I/O operations on other thread to be canceled and return with Java.IO.IOException.

Requires 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