DeviceTypes Enumeration

The set of Driver types as of ASCOM 6.5. Rather then directly using strings these are used to request specific types.

Definition

Namespace: ASCOM.Common
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public enum DeviceTypes

Members

Camera0 
CoverCalibrator1 
Dome2 
FilterWheel3 
Focuser4 
ObservingConditions5 
Rotator6 
SafetyMonitor7 
Switch8 
Telescope9 
Video10 

Extension Methods

ToDeviceString Extension method that converts a DeviceTypes enum value to a string
(Defined by Devices)

Version Information

.NET

Supported in: .NET 8.0 and later

.NET Standard

Supported in: 2.0

See Also