AlpacaDiscoveryGetAlpacaDevicesAsArrayList Method

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

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
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.

See Also