Gets the serial port.

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

Field Value

The serial port.

See Also