NodeIDUtil.IDToCustomDevice Method
- 更新时间2023-02-21
- 阅读时长2分钟
Converts the specified nodeID to a CustomDevice 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 IDToCustomDevice ( _ nodeID As ULong _ ) As CustomDevice |
| C# |
|---|
public static CustomDevice IDToCustomDevice( ulong nodeID ) |
| Visual C++ |
|---|
public: static CustomDevice^ IDToCustomDevice( unsigned long long nodeID ) |
Parameters
- nodeID
- Type: System.UInt64
The node ID.