共用方式為


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 端點上停止) 。

適用於