Android.Nfc.Tech.Ndef.IsConnected Property
Helper to indicate if I/O operations should be possible.

Syntax

[get: Android.Runtime.Register("isConnected", "()Z", "GetIsConnectedHandler")]
public override bool IsConnected { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Helper to indicate if I/O operations should be possible.

Returns true if ITagTechnology.Connect has completed, and ITagTechnology.Close has not been called, and the Android.Nfc.Tag is not known to be out of range.

Does not cause RF activity, and does not block.

[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