SerialConnected Property
Gets or sets the connected state of the ASCOM serial port.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public bool Connected { get; set; }
Public Property Connected As Boolean
Get
Set
public:
virtual property bool Connected {
bool get () sealed;
void set (bool value) sealed;
}
BooleanConnected state of the serial port.
BooleanTrue if the serial port is connected.
Set this property to True to connect to the serial (COM) port. You can read the property to determine if the object is connected.