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.InterruptInPipes | interruptInPipes property
Gets an array of objects that represent pipes that the host opened to communicate with interrupt IN endpoints defined in the current setting of the USB interface.
Syntax
public: property IVectorView<UsbInterruptInPipe>^ InterruptInPipes { IVectorView<UsbInterruptInPipe>^ get(); }
Property value
Type: IVectorView<UsbInterruptInPipe> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<UsbInterruptInPipe> [.NET]
An array of UsbInterruptInPipe objects. The objects are in the same order as they are defined in the interface descriptor.
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
See also
Show: