feedPaper

abstract suspend fun feedPaper(lines: Int): Result<SdkSuccessAnswer.SuccessPrint>

Feeds the printer paper by the specified number of lines.

Return

Result which can be a Result.Success containing SdkSuccessAnswer.SuccessPrint if the paper is fed successfully, or a Result.Error if the operation fails.

Parameters

lines

The number of lines to feed the paper.