Specifies under what condition to transfer data from the buffer to the onboard memory of the device.

Syntax

Namespace: NationalInstruments.DAQmx

public enum CODataTransferRequestCondition

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.

Members

NameValueDescription
OnBoardMemoryEmpty10235

Transfer data to the device only when there is no data in the onboard memory of the device.

OnBoardMemoryHalfFullOrLess10239

Transfer data to the device any time the onboard memory is less than half full.

OnBoardMemoryNotFull10242

Transfer data to the device any time the onboard memory of the device is not full.