UsbInterface.InterruptOutPipes Properti

Definisi

Mendapatkan array objek yang mewakili pipa yang dibuka host untuk berkomunikasi dengan titik akhir OUT yang didefinisikan dalam pengaturan antarmuka USB saat ini.

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)

Nilai Properti

Array objek UsbInterruptOutPipe .

Berlaku untuk