Gets the number of stop bits.

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

Field Value

The number of stop bits.

See Also