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 ReferenceAIDataTransferRequestCondition EnumerationCurrent page
Table of Contents

AIDataTransferRequestCondition Enumeration

AIDataTransferRequestCondition Enumeration

AIDataTransferRequestCondition 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.40.49302

Syntax

public enum AIDataTransferRequestCondition
Public Enumeration AIDataTransferRequestCondition

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

Was this information helpful?