UsbInterface.BulkInPipes Property

Definition

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

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

Property Value

An array of UsbBulkInPipe objects.

Applies to