UsbInterface.InterruptInPipes 属性

定义

获取对象的数组,这些对象表示主机打开的管道,以便与 USB 接口的当前设置中定义的中断 IN 终结点通信。

public:
 property IVectorView<UsbInterruptInPipe ^> ^ InterruptInPipes { IVectorView<UsbInterruptInPipe ^> ^ get(); };
IVectorView<UsbInterruptInPipe> InterruptInPipes();
public IReadOnlyList<UsbInterruptInPipe> InterruptInPipes { get; }
var iVectorView = usbInterface.interruptInPipes;
Public ReadOnly Property InterruptInPipes As IReadOnlyList(Of UsbInterruptInPipe)

属性值

UsbInterruptInPipe 对象的数组。 对象的顺序与在接口描述符中定义的顺序相同。

适用于