UsbInterruptOutPipe 类

定义

表示基础 USB 驱动程序打开以与设备的 USB 中断 OUT 终结点通信的管道。 对象提供对输出流的访问权限,应用可以将要发送到终结点的数据写入该流。

public ref class UsbInterruptOutPipe sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbInterruptOutPipe final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbInterruptOutPipe
Public NotInheritable Class UsbInterruptOutPipe
继承
Object Platform::Object IInspectable UsbInterruptOutPipe
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

EndpointDescriptor

获取 表示与 USB 中断 OUT 终结点关联的终结点描述符的 对象。

OutputStream

获取一个输出流,应用可以写入要发送到终结点的数据。

WriteOptions

获取或设置配置标志,这些标志控制将数据写入 USB 中断 OUT 终结点的管道的行为。

方法

ClearStallAsync()

启动异步操作以清除与管道关联的 USB 中断 OUT 终结点上 (终结点停止) 停止条件。

适用于