Gets an array that contains the
DAQDIOPort elements from the current
SCXIModule. This method gets the digital I/O ports of the module.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetDIOPorts As DAQDIOPort() |
| Visual C++ |
|---|
public:
array<DAQDIOPort^>^ GetDIOPorts() |
Return Value
An array that contains the
DAQDIOPort elements from the current
SCXIModule.