NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

COChannel.DataTransferMechanism Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.DataTransferMechanism Property
Specifies the data transfer mode for the device. For buffered operations, use DMA or USB Bulk. For non-buffered operations, use Polled.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public CODataTransferMechanism DataTransferMechanism { get; set; }
Public Property DataTransferMechanism As CODataTransferMechanism
	Get
	Set

Property Value

Type: CODataTransferMechanism
Specifies the data transfer mode for the device. For buffered operations, use DMA or USB Bulk. For non-buffered operations, use Polled.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience