Condividi tramite


UsbInterface.BulkOutPipes Proprietà

Definizione

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 .

Si applica a