True if card is in reader, otherwise false.

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

Syntax

C#
public bool CardInReader { get; set; }
Visual Basic
Public Property CardInReader As Boolean
	Get
	Set
Visual C++
public:
property bool CardInReader {
	bool get ();
	void set (bool value);
}
F#
member CardInReader : bool with get, set

Property Value

Type: Boolean

See Also