AlpacaDeviceAscomDevicesAsArrayList Method
List of ASCOM devices available on this Alpaca device as an ArrayList for COM clients
Namespace: ASCOM.Alpaca.DiscoveryAssembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public ArrayList AscomDevicesAsArrayList(
DeviceTypes? deviceType
)
Public Function AscomDevicesAsArrayList (
deviceType As DeviceTypes?
) As ArrayList
- deviceType NullableDeviceTypes
- Required device type or null for all device types
ArrayListArrayList of AscomDevice
This method is primarily to support COM clients because COM does not support generic lists. .NET clients should use the
ConfiguredDevices property instead.
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10