ASCOM device type
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
SyntaxPublic Enumeration DeviceType
public enum class DeviceType
Members| Member name | Value | Description |
|---|
| Camera | 0 |
Camera device
|
| CoverCalibrator | 1 |
CoverCalibrator device
|
| Dome | 2 |
Dome device
|
| FilterWheel | 3 |
FilterWheel device
|
| Focuser | 4 |
Focuser device
|
| ObservingConditions | 5 |
ObservingConditions device
|
| Rotator | 6 |
Rotator device
|
| SafetyMonitor | 7 |
SafetyMonitor device
|
| Switch | 8 |
Switch device
|
| Telescope | 9 |
Telescope device
|
| Video | 10 |
Video device
|
See Also