Set read timeout in mS

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int ReadTimeout { get; set; }
Visual Basic (Declaration)
Public Property ReadTimeout As Integer
Visual C++
public:
property int ReadTimeout {
	int get ();
	void set (int value);
}

Field Value

Read Timeout in mS

See Also