VeriStand .NET API Reference

ReflectiveMemoryFolder.AddDataChannel Method

Adds the specified ReflectiveMemoryDataChannel under the folder.

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 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.

Return Value

true (True in Visual Basic) if the data channel was added successfully.

See Also

Log in to get a better experience