UsbInterruptInPipe 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示基础 USB 驱动程序打开以与设备的 USB 中断 IN 终结点通信的管道。 对象还使应用能够指定事件处理程序。 从终结点读取数据时调用的处理程序。
public ref class UsbInterruptInPipe sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbInterruptInPipe final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbInterruptInPipe
Public NotInheritable Class UsbInterruptInPipe
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
当应用注册事件处理程序时,主机控制器会定期轮询终结点中的数据。 可以在 Interval 属性中获取该 间隔 值。
属性
EndpointDescriptor |
获取 表示与 USB 中断 IN 终结点关联的终结点描述符的对象。 |
方法
ClearStallAsync() |
启动异步操作以清除与管道关联的 USB 中断 IN 终结点上的停止条件 (终结点停止) 。 |
事件
DataReceived |
当中断管道从中断 IN 终结点接收数据时引发。 |