VeriStand .NET API Reference

RawDataBasedFrame Constructor

Initializes a new instance of the RawDataBasedFrame class.

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 Sub New ( _
	Name As String, _
	ID As UInteger, _
	OwningDatabase As Database, _
	ClusterName As String, _
	PayloadLength As UInteger, _
	StartTimeOffset As Double, _
	Enable64Bit As Boolean, _
	SignalNames As String() _
)
C#
public RawDataBasedFrame(
	string Name,
	uint ID,
	Database OwningDatabase,
	string ClusterName,
	uint PayloadLength,
	double StartTimeOffset,
	bool Enable64Bit,
	string[] SignalNames
)
Visual C++
public:
RawDataBasedFrame(
	String^ Name, 
	unsigned int ID, 
	Database^ OwningDatabase, 
	String^ ClusterName, 
	unsigned int PayloadLength, 
	double StartTimeOffset, 
	bool Enable64Bit, 
	array<String^>^ SignalNames
)

Parameters

Name
Type: System.String
The name of the frame.
ID
Type: System.UInt32
The identifier number of the frame.
OwningDatabase
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Database
The XNET database that contains the frame.
ClusterName
Type: System.String
The name of the cluster that contains the frame.
PayloadLength
Type: System.UInt32
The number of bytes in the frame payload.
StartTimeOffset
Type: System.Double
The amount of time, in seconds, that elapses between the session start and the first transmission of the outgoing frame.
Enable64Bit
Type: System.Boolean
true (True in Visual Basic) to enable U64 bitfield representation for the frame.
SignalNames
Type: System.String
The names of the signals in the frame.

See Also

Log in to get a better experience