Share via


UsbBulkInPipe.MaxTransferSizeBytes Proprietà

Definizione

Ottiene il numero massimo di byte che possono essere letti dalla pipe IN bulk in un singolo trasferimento.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero massimo di byte che possono essere letti dalla pipe IN bulk in un singolo trasferimento.

Si applica a