NI-DAQmx .NET Framework 4.5 API Reference

DODataTransferRequestCondition Enumeration

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

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

Syntax

public enum DODataTransferRequestCondition
Public Enumeration DODataTransferRequestCondition

Members

  Member nameValueDescription
OnBoardMemoryEmpty10235Transfer data to the device only when there is no data in the onboard memory of the device.
OnBoardMemoryHalfFullOrLess10239Transfer data to the device any time the onboard memory is less than half full.
OnBoardMemoryNotFull10242Transfer data to the device any time the onboard memory of the device is not full.

Remarks

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

See Also