Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 679 Bytes

usbinterface_interruptinpipes.md

File metadata and controls

22 lines (15 loc) · 679 Bytes
-api-id -api-type
P:Windows.Devices.Usb.UsbInterface.InterruptInPipes
winrt property

Windows.Devices.Usb.UsbInterface.InterruptInPipes

-description

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.

-property-value

An array of UsbInterruptInPipe objects. The objects are in the same order as they are defined in the interface descriptor.

-remarks

-examples

-see-also