Check if card is or was pulled while this connection is in use. Pulled also return true if connection is released by Dispose(Boolean). You must establish a new connection e.g. by ICardReader.Connect if Pulled is true and the connection is still needed.

Namespace: BasicCard.Terminals
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
bool Pulled { get; }
Visual Basic
ReadOnly Property Pulled As Boolean
	Get
Visual C++
property bool Pulled {
	bool get ();
}
F#
abstract Pulled : bool with get

Property Value

Type: Boolean

See Also