Gets the amount of time to wait for a command reply.

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 int CommandReplyTimeout { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommandReplyTimeout As Integer
Visual C++
public:
property int CommandReplyTimeout {
	int get ();
}

Field Value

The amount of time to wait for a command reply.

See Also