VeriStand .NET API Reference

FTPBase.BufferLength Property

Gets or sets the size of the buffer, in bytes, to use for streaming data.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property BufferLength As UInteger
C#
public uint BufferLength { get; set; }
Visual C++
public:
property unsigned int BufferLength {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The size of the buffer in bytes. The minimum value is 2.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value of BufferLength is less than 2.

See Also

Log in to get a better experience