Gets the number of milliseconds before a timeout occurs when a read operation does not finish.

Namespace:  Bespoke.Robotics.BrainStem.Configuration
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public string ReadTimeout { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReadTimeout As String
Visual C++
public:
property String^ ReadTimeout {
	String^ get ();
}

Field Value

The number of milliseconds before a timeout occurs when a read operation does not finish.

See Also