UsbBulkInPipe.MaxTransferSizeBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The maximum number of bytes that can be read from the bulk IN pipe in a single transfer.