NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DIChannel.UsbTransferRequestSize Property

  • Updated2023-02-21
  • 1 minute(s) read
DIChannel.UsbTransferRequestSize Property
Specifies the maximum size of a USB transfer request in bytes. Modify this value to affect performance under different combinations of operating system and device.

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

Syntax

public long UsbTransferRequestSize { get; set; }
Public Property UsbTransferRequestSize As Long
	Get
	Set

Property Value

Type: Int64
Specifies the maximum size of a USB transfer request in bytes. Modify this value to affect performance under different combinations of operating system and device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience