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#
public abstract bool Pulled { get; }
Visual Basic
Public MustOverride ReadOnly Property Pulled As Boolean
	Get
Visual C++
public:
virtual property bool Pulled {
	bool get () abstract;
}
F#
abstract Pulled : bool with get

Property Value

Type: Boolean

Implements

ICardConnection..::..Pulled

See Also