IRotatorV4Connected Property
Set True to connect to the device hardware. Set False to disconnect from the device hardware.
You can also read the property to check whether it is connected. This reports the current hardware state.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
bool Connected { get; set; }
Property Connected As Boolean
Get
Set
property bool Connected {
bool get ();
void set (bool value);
}
Property Value
Booleantrue if connected to the hardware; otherwise,
false.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| DriverException | An 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. |
| Date | Version | Description |
|---|
| IRotator | Platform 5.0 | Member added. |
| IRotatorV4 | Platform 7.0 | Clients should use the Connect() / Disconnect() mechanic rather than setting Connected TRUE when accessing IRotatorV4 or later devices. |