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.40.49302
Syntax
public enum DODataTransferRequestCondition
Public Enumeration DODataTransferRequestCondition
Members
Member 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. |
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.