NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDODataTransferRequestCondition EnumerationCurrent page
Table of Contents

DODataTransferRequestCondition Enumeration

DODataTransferRequestCondition Enumeration

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.40.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

Was this information helpful?