UsbBulkOutPipe.ClearStallAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動非同步作業,以清除停止條件, (端點在與管道相關聯的 USB 大量 OUT 端點上停止) 。
public:
virtual IAsyncAction ^ ClearStallAsync() = ClearStallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearStallAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearStallAsync();
function clearStallAsync()
Public Function ClearStallAsync () As IAsyncAction
傳回
用來控制非同步作業的 IAsyncAction 物件。
- 屬性