NodeIDUtil.IDToCustomDeviceBase Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Converts the specified nodeID to a CustomDeviceBase 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 IDToCustomDeviceBase ( _ nodeID As ULong _ ) As CustomDeviceBase |
| C# |
|---|
public static CustomDeviceBase IDToCustomDeviceBase( ulong nodeID ) |
| Visual C++ |
|---|
public: static CustomDeviceBase^ IDToCustomDeviceBase( unsigned long long nodeID ) |
Parameters
- nodeID
- Type: System.UInt64
The node ID.