NodeIDUtil.IDToCustomDeviceChannel Method
- Updated2023-02-21
- 2 minute(s) read
Converts the specified nodeID to a CustomDeviceChannel object.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Shared Function IDToCustomDeviceChannel ( _ nodeID As ULong _ ) As CustomDeviceChannel |
| C# |
|---|
public static CustomDeviceChannel IDToCustomDeviceChannel( ulong nodeID ) |
| Visual C++ |
|---|
public: static CustomDeviceChannel^ IDToCustomDeviceChannel( unsigned long long nodeID ) |
Parameters
- nodeID
- Type: System.UInt64
The node ID.