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: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
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

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

.NET

Supported in: .NET 8.0 and later

See Also