NI-DAQmx .NET Framework 4.5 API Reference

DaqBuffer Properties

  • Updated2023-02-21
  • 2 minute(s) read
DaqBuffer Properties

The DaqBuffer type exposes the following members.

Properties

  NameDescription
Public propertyInputBufferSize
Specifies the number of samples the input buffer can hold for each channel in the task. Zero indicates to allocate no buffer. Use a buffer size of 0 to perform a hardware-timed operation without using a buffer. Setting this property overrides the automatic input buffer allocation that NI-DAQmx performs.
Public propertyInputOnBoardBufferSize
Indicates in samples per channel the size of the onboard input buffer of the device.
Public propertyOutputBufferSize
Specifies the number of samples the output buffer can hold for each channel in the task. Zero indicates to allocate no buffer. Use a buffer size of 0 to perform a hardware-timed operation without using a buffer. Setting this property overrides the automatic output buffer allocation that NI-DAQmx performs.
Public propertyOutputOnBoardBufferSize
Specifies in samples per channel the size of the onboard output buffer of the device.
Top

See Also

Log in to get a better experience