Skip to content

PosSharp.Core.UposDeviceBase.ClearOutputAsync(System.Threading.CancellationToken)

github-actions[bot] edited this page May 8, 2026 · 5 revisions

PosSharp v1.2.0 API Reference


UposDeviceBase.ClearOutputAsync(CancellationToken) Method

Clears all pending buffered output data.

public System.Threading.Tasks.Task ClearOutputAsync(System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

ct System.Threading.CancellationToken

A token to cancel the operation.

Implements ClearOutputAsync(CancellationToken)

Returns

System.Threading.Tasks.Task
A task representing the asynchronous operation.

Clone this wiki locally