Gets the baud rate.

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

Field Value

The baud rate.

See Also