UsbInterface.BulkOutPipes Property

Definition

Gets an array of objects that represent pipes that the host opened to communicate with bulk OUT endpoints defined in the current setting of the USB interface.

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)

Property Value

An array of UsbBulkOutPipe objects.

Applies to