UsbInterface.BulkOutPipes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una matrice di oggetti che rappresentano pipe aperte dall'host per comunicare con endpoint OUT bulk definiti nell'impostazione corrente dell'interfaccia USB.
public:
property IVectorView<UsbBulkOutPipe ^> ^ BulkOutPipes { IVectorView<UsbBulkOutPipe ^> ^ get(); };
IVectorView<UsbBulkOutPipe> BulkOutPipes();
public IReadOnlyList<UsbBulkOutPipe> BulkOutPipes { get; }
var iVectorView = usbInterface.bulkOutPipes;
Public ReadOnly Property BulkOutPipes As IReadOnlyList(Of UsbBulkOutPipe)
Valore della proprietà
Matrice di oggetti UsbBulkOutPipe .