public ArrayList GetAscomDevicesAsArrayList(
DeviceTypes? deviceType
)Public Function GetAscomDevicesAsArrayList (
deviceType As DeviceTypes?
) As ArrayListThis method is for use by COM clients because it is not possible to return a generic list, as used in GetAscomDevices(NullableDeviceTypes), through a COM interface. .NET clients should use GetAscomDevices(NullableDeviceTypes) instead of this method.
This method will return every discovered device, regardless of device type, if the supplied "deviceType" parameter is null.