UsbInterface.InterruptOutPipes Property

Definition

Gets an array of objects that represent pipes that the host opened to communicate with interrupt OUT endpoints defined in the current setting of the USB interface.

public:
 property IVectorView<UsbInterruptOutPipe ^> ^ InterruptOutPipes { IVectorView<UsbInterruptOutPipe ^> ^ get(); };
IVectorView<UsbInterruptOutPipe> InterruptOutPipes();
public IReadOnlyList<UsbInterruptOutPipe> InterruptOutPipes { get; }
var iVectorView = usbInterface.interruptOutPipes;
Public ReadOnly Property InterruptOutPipes As IReadOnlyList(Of UsbInterruptOutPipe)

Property Value

An array of UsbInterruptOutPipe objects.

Applies to