![Citizen CL-E300 Programming Manual Download Page 24](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002024.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
24
2.2.8 clearOutPut method
Syntax
int clearOutput ()
Parameters
none
Description
Clears data in the print buffer. This triggers the initialization process which is equivalent to the boot
sequence.
Return value
Returns CLS_SUCCESS (0) on success. See "
" for the error codes.
Example
printer.clearOutput();