Read-only |
About IO Configuration |
Description |
Returns the valid interface types for the VNA. |
VB Syntax |
value = IOConfig.InterfaceTypes |
Variable |
(Type) - Description |
value |
(Variant) variable to store the returned information. |
IOConfig |
An IOConfiguration object. |
Return Type |
Array of strings |
Default |
Not Applicable |
Examples |
values = IO.InterfaceTypes For i = lbound(values) to ubound(values) Wscript.echo values(i) next |
C++ Syntax |
HRESULT InterfaceTypes(VARIANT* recognizedTypes); |
Interface |
IIOConfiguration |