Compartilhar via


UsbInterface.InterruptOutPipes Propriedade

Definição

Obtém uma matriz de objetos que representam pipes que o host abriu para se comunicar com pontos de extremidade OUT de interrupção definidos na configuração atual da interface USB.

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)

Valor da propriedade

Uma matriz de objetos UsbInterruptOutPipe .

Aplica-se a