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 对象的数组。

适用于