UsbInterface.InterruptOutPipes Propriété

Définition

Obtient un tableau d’objets qui représentent les canaux que l’hôte a ouverts pour communiquer avec les points de terminaison OUT d’interruption définis dans le paramètre actuel de l’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)

Valeur de propriété

Tableau d’objets UsbInterruptOutPipe .

S’applique à