UsbInterface.InterruptInPipes Property

Definition

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.

Applies to