VeriStand .NET API Reference

Table of Contents

CustomDevice.FIFOSinkDepth Property

Gets or sets the depth of the FIFO at the sink. This property defines the size of the buffer for outgoing 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 FIFOSinkDepth As UInteger
C#
public virtual uint FIFOSinkDepth { get; set; }
Visual C++
public:
virtual property unsigned int FIFOSinkDepth {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The depth of the FIFO at the sink.

See Also

Log in to get a better experience