Read-Only |
About External Devices |
Description |
Returns a list of configured device names of the specified device type. |
VB Syntax |
value = extDevices.DeviceNames(devType) |
Variable |
(Type) - Description |
value |
(Variant) Variable to store the device names. |
extDevices |
An ExternalDevices (collection) |
devType |
(String) Device Type such as "Source" and "Power Meter". See a complete list of valid device types. |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
devices = extDevices.DeviceNames("Power Meter" ) 'Read |
C++ Syntax |
HRESULT get_DeviceNames(VARIANT *names); |
Interface |
IExternalDevices2 |