ReflectiveMemoryFolder.AddDataChannel Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified ReflectiveMemoryDataChannel under the folder.
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 Function AddDataChannel ( _ reflectiveMemoryDataChannel As ReflectiveMemoryDataChannel _ ) As Boolean |
| C# |
|---|
public bool AddDataChannel( ReflectiveMemoryDataChannel reflectiveMemoryDataChannel ) |
| Visual C++ |
|---|
public: bool AddDataChannel( ReflectiveMemoryDataChannel^ reflectiveMemoryDataChannel ) |
Parameters
- reflectiveMemoryDataChannel
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ReflectiveMemoryDataChannel
The data channel to add.