77
CITIZEN UWP POS Print SDK - Programming Manual
3.2.
Functions list
This SDK provides the following functions.
Methods list
No
Function
Detail
1
Connect display
(ConnectAsync method)
This method connects to the line display
2
Disconnect display
(DisconnectAsync method)
This method disconnects the line display connection.
3
Display the text
(DisplayTextAsync
method)
This method is used to display text.
4
Clear the displayed text
(ClearDisplayAsync method)
This method clears the displayed text.
5
Blink the display
(BlinkDisplayAsync method)
This method causes the entire display screen to blink.
6
Set display mode
(SetDisplayModeAsync method)
This method sets the following display modes.
7
Set display config
(SetDisplayConfigAsync method)
This method changes the brightness of the display screen.
8
Set cursor Position
(SetCursorPositionAsync method)
This method is used to set the cursor position.
9
Move cursor
(MoveCursorAsync method)
This method is used to move the cursor.
10 Show cursor position
(SetCursorTypeAsync method)
This displays the current cursor position on the display.
11 Initialize
(InitializeDisplayAsync method)
This method initializes the device.
12 Send command
(DisplayDataAsync method)
This method sends the command.
13 Set encoding
(SetEncoding method)
This method sets the encoding of character.
14 Set code page
(SetCodePageAsync method)
This method sets the code page of character.
15
Set international characterset
(SetInternationalCharactersetAsync
method)
This sets the following international character sets.
16 Check display status
(CheckDisplayAsync method)
This method is used to check the display connection status.
17 Get version code
(GetVersionCode method)
This method gets a numerical value for the version number of this
SDK.
18 Get version name
(GetVersionName method)
This method gets a string for the version number of this SDK.
19 Log settings
(SetLog method)
Set the log function.