共用方式為


UsbInterface.InterruptOutPipes 屬性

定義

取得 物件的陣列,表示主機開啟以與 USB 介面目前設定中所定義的中斷 OUT 端點通訊的管道。

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)

屬性值

UsbInterruptOutPipe物件的陣列。

適用於