Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbInterface.BulkInPipes | bulkInPipes property

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.

Syntax

Public ReadOnly Property BulkInPipes As IReadOnlyList(Of UsbBulkInPipe)

Property value

Type: IVectorView<UsbBulkInPipe> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<UsbBulkInPipe> [.NET]

An array of UsbBulkInPipe objects.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

See also

UsbInterface

 

 

Show:
© 2014 Microsoft. All rights reserved.