Gets the serial port configuration element.

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

Field Value

The serial port configuration element.

See Also