NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ImplicitUnderflowBehavior Enumeration

ImplicitUnderflowBehavior Enumeration

ImplicitUnderflowBehavior Enumeration

Specifies the action to take when the onboard memory of the device becomes empty.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum ImplicitUnderflowBehavior
Public Enumeration ImplicitUnderflowBehavior

Members

  Member nameValueDescription
HaltOutputAndError14615Stop generating samples and return an error.
PauseUntilDataAvailable14616Pause the task until samples are available in the FIFO.

Remarks

Specifies the action to take when the onboard memory of the device becomes empty. Use this enumeration to get or set the value of ImplicitUnderflowBehavior.

See Also

Was this information helpful?