Gets a value indicating whether the port is open.

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.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 ();
}

Field Value

true if this port is open; otherwise, false.

See Also