AlpacaDiscoveryGetAlpacaDevices Method

Returns a generic List of discovered Alpaca devices.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public List<AlpacaDevice> GetAlpacaDevices()

Return Value

ListAlpacaDevice
List of AlpacaDeviceclasses

Remarks

This method is only available to .NET clients because COM cannot handle generic types. COM clients should use GetAlpacaDevicesAsArrayList.

Version Information

.NET Standard

Supported in: 2.0

See Also