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 对象的数组。

适用于