共用方式為


UsbInterface.BulkOutPipes 屬性

定義

取得 物件的陣列,此陣列表示主機開啟以與 USB 介面目前設定中定義的大量 OUT 端點通訊的管道。

public:
 property IVectorView<UsbBulkOutPipe ^> ^ BulkOutPipes { IVectorView<UsbBulkOutPipe ^> ^ get(); };
IVectorView<UsbBulkOutPipe> BulkOutPipes();
public IReadOnlyList<UsbBulkOutPipe> BulkOutPipes { get; }
var iVectorView = usbInterface.bulkOutPipes;
Public ReadOnly Property BulkOutPipes As IReadOnlyList(Of UsbBulkOutPipe)

屬性值

UsbBulkOutPipe物件的陣列。

適用於