true if PC/SC readers plugged in while program is running shall be detected and monitored. false if readers shall not be detected at runtime.

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

Syntax

C#
public bool PcscDetectNewReaderPluggedIn { get; }
Visual Basic
Public ReadOnly Property PcscDetectNewReaderPluggedIn As Boolean
	Get
Visual C++
public:
property bool PcscDetectNewReaderPluggedIn {
	bool get ();
}
F#
member PcscDetectNewReaderPluggedIn : bool with get

Property Value

Type: Boolean

See Also