UsbInterface.BulkOutPipes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.