Describes the state of a telescope cover
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
SyntaxPublic Enumeration CoverStatus
public enum class CoverStatus
Members| Member name | Value | Description |
|---|
| NotPresent | 0 |
This device does not have a cover that can be closed independently
|
| Closed | 1 |
The cover is closed
|
| Moving | 2 |
The cover is moving to a new position
|
| Open | 3 |
The cover is open
|
| Unknown | 4 |
The state of the cover is unknown
|
| Error | 5 |
The device encountered an error when changing state
|
RemarksThis has an "Unknown" state because the device may not be able to determine the state of the hardware at power up if it doesn't provide this feedback and needs
to be commanded into a known state before use.
See Also