public ArrayList GetAscomDevicesAsArrayList(
string deviceType
)Public Function GetAscomDevicesAsArrayList (
deviceType As String
) As ArrayListpublic:
virtual ArrayList^ GetAscomDevicesAsArrayList(
String^ deviceType
) sealedThis method is for use by COM clients because it is not possible to return a generic list, as used in GetAscomDevices(String), through a COM interface. .NET clients should use GetAscomDevices(String) instead of this method.
This method will return every discovered device, regardless of device type, if the supplied "deviceType" parameter is an empty string.