UsbBulkOutPipe 类

定义

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

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

Windows 要求

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

属性

EndpointDescriptor

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

OutputStream

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

WriteOptions

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

方法

ClearStallAsync()

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

适用于