VeriStand .NET API Reference

RawDataBasedFrame.PayloadLength Property

Gets or sets the number of bytes in the payload of the frame.

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 Overridable Property PayloadLength As UInteger
C#
public virtual uint PayloadLength { get; set; }
Visual C++
public:
virtual property unsigned int PayloadLength {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The payload length.

See Also

Log in to get a better experience