UsbInterruptOutPipe 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示基礎 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
EndpointDescriptor |
取得 物件,表示與 USB 中斷 OUT 端點相關聯的端點描述元。 |
OutputStream |
取得輸出資料流程,應用程式可以寫入要傳送至端點的資料。 |
WriteOptions |
取得或設定組態旗標,控制將資料寫入 USB 中斷 OUT 端點之管道的行為。 |
方法
ClearStallAsync() |
啟動非同步作業,以清除停止條件 (端點在與管道相關聯的 USB 中斷 OUT 端點上停止) 。 |