Share via


UsbBulkInPipe.MaxTransferSizeBytes Property

Definition

Gets the maximum number of bytes that can be read from the bulk IN pipe in a single transfer.

public:
 property unsigned int MaxTransferSizeBytes { unsigned int get(); };
uint32_t MaxTransferSizeBytes();
public uint MaxTransferSizeBytes { get; }
var uInt32 = usbBulkInPipe.maxTransferSizeBytes;
Public ReadOnly Property MaxTransferSizeBytes As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of bytes that can be read from the bulk IN pipe in a single transfer.

Applies to