NI-DAQmx .NET Framework 4.5 API Reference

DIDataTransferRequestCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
DIDataTransferRequestCondition Enumeration
Specifies under what condition to transfer data from the onboard memory of the device to the buffer.

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

Syntax

public enum DIDataTransferRequestCondition
Public Enumeration DIDataTransferRequestCondition

Members

  Member nameValueDescription
OnBoardMemoryMoreThanHalfFull10237Transfer data from the device when more than half of the onboard memory of the device fills.
OnBoardMemoryNotEmpty10241Transfer data from the device when there is data in the onboard memory.
OnBoardMemoryCustomThreshold12577Transfer data from the device when the number of samples specified with DataTransferCustomThreshold are in the device FIFO.
WhenAcquisitionComplete12546Transfer data when the acquisition is complete.

Remarks

Specifies under what condition to transfer data from the onboard memory of the device to the buffer. Use this enumeration to get or set the value of DataTransferRequestCondition.

See Also

Log in to get a better experience