VeriStand .NET API Reference

Table of Contents

CustomDevice.FIFOSourceDepth Property

Gets or sets the depth of the FIFO at the source. This property defines the size of the buffer for incoming data. This property only applies to asynchronous custom devices.

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

Property Value

The depth of the FIFO at the source.

See Also

Log in to get a better experience