Movecursorasync Method - Citizen CT-D101 Series Programming Manual

Hide thumbs Also See for CT-D101 Series:
Table of Contents

Advertisement

3.3.11. MoveCursorAsync method

Syntax
Task<int> MoveCursorAsync (int dx, int dy)
Parameter
The meanings and settable values of the parameters are as follows.
Value
dx
dy
Description
This method is used to move the cursor.
Movement is from the current cursor position. Specify the leftward/rightward movement amount (-:
leftward, +: rightward) and upward/downward movement amount (-: upward, +: downward) for the
cursor movement amount.
Return value
Return CDP_SUCCESS (0) in success. Please refer to
Example
await display.MoveCursorAsync(2, 0);
Meaning
Rightward/leftward
movement amount
Upward/downward movement
amount
CITIZEN UWP POS Print SDK - Programming Manual
Settable range
-128 to 127
-128 to 127
"3.3.1 Return
value"" for the error code except it.
88

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents