AlpacaDeviceConfiguredDevices Property

List of ASCOM devices available on this Alpaca device

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public List<ConfiguredDevice> ConfiguredDevices { get; set; }

Property Value

ListConfiguredDevice

Remarks

This method can only be used by .NET clients. COM clients should use the ConfiguredDevicesAsArrayList property.

See Also