Set read timeout in mS
Namespace:
VideoRay.CommunicationAssembly: 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); } |