Android.Nfc.Tech.NfcF.Connect Method
Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object.

Syntax

[Android.Runtime.Register("connect", "()V", "")]
public override void Connect ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object.

May cause RF activity and may block. Must not be called from the main application thread. A blocked call will be canceled with Java.IO.IOException by calling ITagTechnology.Close from another thread.

Only one Android.Nfc.Tech.ITagTechnology object can be connected to a Android.Nfc.Tag at a time.

Applications must call ITagTechnology.Close when I/O operations are complete.

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