Gets the open or closed status of the serial port connection.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsOpen { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsOpen As Boolean
Visual C++
public:
property bool IsOpen {
	bool get ();
}

See Also