55
CITIZEN UWP POS Print SDK - Programming Manual
2.3.23. ClearOutputAsync method
Syntax
Task<int> ClearOutputAsync ()
Parameter
Not exist.
Description
This method is used to clear all buffered output data by
Also, when possible, halts outputs that are in progress. At the same time, the command to clear print
data on the printer is sent.
Return value
Return CMP_SUCCESS (0) in success. Please refer to "
" for the error code except it.
Example
await printer.ClearOutputAsync();