Język

MifareClassic.IsConnected Property

Definition

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

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

Property Value

true if I/O operations should be possible

Implements

Attributes

Remarks

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

Returns true if connect() has completed, and close() has not been called, and the Tag is not known to be out of range.

Does not cause RF activity, and does not block.

Android reference for android.nfc.tech.MifareClassic.isConnected.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to