VeriStand .NET API Reference

DataSharing.AddReflectiveMemory Method

Adds the specified reflective memory device.

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 AddReflectiveMemory ( _
	Name As String _
) As Boolean
C#
public bool AddReflectiveMemory(
	string Name
)
Visual C++
public:
bool AddReflectiveMemory(
	String^ Name
)

Parameters

Name
Type: System.String
The name of the reflective memory device.

Return Value

true (True in Visual Basic) if the reflective memory device was added successfully.

See Also

Log in to get a better experience