Share via


UsbInterface.InterruptOutPipes Proprietà

Definizione

Ottiene una matrice di oggetti che rappresentano pipe aperte dall'host per comunicare con endpoint OUT di interruzione definiti nell'impostazione corrente dell'interfaccia 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)

Valore della proprietà

Matrice di oggetti UsbInterruptOutPipe .

Si applica a