UsbInterface.InterruptInPipes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对象的数组,这些对象表示主机打开的管道,以便与 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 对象的数组。 对象的顺序与在接口描述符中定义的顺序相同。