True if the serial port is opened.

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

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

See Also