共用方式為


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

適用於