次の方法で共有


UsbBulkInPipe.MaxTransferSizeBytes プロパティ

定義

1 回の転送でバルク IN パイプから読み取ることができる最大バイト数を取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

1 回の転送でバルク IN パイプから読み取ることができる最大バイト数。

適用対象