AlpacaDiscoveryGetAlpacaDevicesAsArrayList Method

Returns an ArrayList of discovered Alpaca devices for use by COM clients

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public ArrayList GetAlpacaDevicesAsArrayList()

Return Value

ArrayList
ArrayList of AlpacaDeviceclasses

Remarks

This method is for use by COM clients because it is not possible to pass a generic list as used in GetAlpacaDevices through a COM interface. .NET clients should use GetAlpacaDevices instead of this method.

Version Information

.NET Standard

Supported in: 2.0

See Also