Click or drag to resize

AlpacaDeviceBaseClassConnected Property

Set True to enable the link. Set False to disable the link. You can also read the property to check whether it is connected.

Namespace: ASCOM.Alpaca.Clients
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public bool Connected { get; set; }

Property Value

Boolean
true if connected; otherwise, false.

Implements

IAscomDeviceConnected
Exceptions
ExceptionCondition
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

Drivers / Devices must not throw a NotConnectedException here, that exception is for use in other methods that require a connection in order to succeed.

See Also