UsbInterface.InterruptInPipes 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 interrupt IN endpoints defined in the current setting of the USB interface.
public:
property IVectorView<UsbInterruptInPipe ^> ^ InterruptInPipes { IVectorView<UsbInterruptInPipe ^> ^ get(); };
IVectorView<UsbInterruptInPipe> InterruptInPipes();
public IReadOnlyList<UsbInterruptInPipe> InterruptInPipes { get; }
var iVectorView = usbInterface.interruptInPipes;
Public ReadOnly Property InterruptInPipes As IReadOnlyList(Of UsbInterruptInPipe)
Property Value
An array of UsbInterruptInPipe objects. The objects are in the same order as they are defined in the interface descriptor.