AscomDeviceNonAscomDeviceType Property

Device type if this is not one of the ASCOM device types such as Telescope, Camera etc.

Definition

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

Property Value

String

Remarks

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

Version Information

.NET Standard

Supported in: 2.0

See Also