CODataTransferRequestCondition Enumeration
- Updated2026-02-03
- 1 minute(s) read
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
| Name | Value | Description |
|---|---|---|
| OnBoardMemoryEmpty | 10235 | Transfer data to the device only when there is no data in the onboard memory of the device. |
| OnBoardMemoryHalfFullOrLess | 10239 | Transfer data to the device any time the onboard memory is less than half full. |
| OnBoardMemoryNotFull | 10242 | Transfer data to the device any time the onboard memory of the device is not full. |