The timeout in ms used when detecting serial card readers.

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

Syntax

C#
public int SerialReaderTimeout { get; }
Visual Basic
Public ReadOnly Property SerialReaderTimeout As Integer
	Get
Visual C++
public:
property int SerialReaderTimeout {
	int get ();
}
F#
member SerialReaderTimeout : int with get

Property Value

Type: Int32

See Also