UsbInterface.InterruptOutPipes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .