AscomDeviceAscomDeviceType Property

ASCOM device type

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public DeviceTypes? AscomDeviceType { get; set; }

Property Value

NullableDeviceTypes

Remarks

This field will be populated when the device type is one of the recognised ASCOM types such as Telescope or Camera. When this field is populated the NonAscomDeviceType property will return .

Version Information

.NET Standard

Supported in: 2.0

See Also