UsbInterface.BulkInPipes 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 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.