Development Interface XPOS API
Development Interface XPOS API
XPOS
Secondary development
interface document
1 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Document magament
Version history
2 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Content
Content ....................................................................................................................................................... 3
1 profile................................................................................................................................................ 9
2.2.11 delay(Sys_Delay)............................................................................................................... 18
4 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
5 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
7.2.2 mksk_save_encrypted_key............................................................................................... 81
7.2.3 mksk_3des_run................................................................................................................. 82
8.2.2 gui_set_bar_color............................................................................................................. 89
8.2.4 gui_set_font...................................................................................................................... 91
6 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
8.2.8 gui_set_text_bg_color...................................................................................................... 93
8.2.11 gui_set_pixel..................................................................................................................... 95
8.2.16 gui_cline............................................................................................................................ 99
9 EMV(libapi_emv) ..........................................................................................................................109
7 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
10 Print (libapi_print)........................................................................................................................116
8 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
1 profile
application
Public module
XPOS API
Terminal
The terminal software is divided into modules to face relatively independent devices
or functions, to meet the goal of rapid development of terminal software and frequent
update of requirements.
9 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
APP MAIN
Print commun
protocol Parameter Record APP Manage
Func ication
2 System module(libapi_system)
personalization function
10 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
oepn timer Sys_TimerOpen Turn on the timer and set the timing
real time
Get network license for Sys_GetNetworkLicense Get network license for terminal
terminal
prototype
function
Description
Argv:Reuse the main function parameter Argv
11 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
AppName:application name
Out none
parameter
explanation
Function internal call vendor private API
The API only returns to the first run when the program is newly installed.
prototype
description
Out none
parameter
Return value
12 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
explanation
prototype
Parameter In none
description parameter
parameter
Supplementary
explanation
prototype
function
13 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
parameter
explanation
Function
prototype
prototype
description parameter
Out None
parameter
explanation
14 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
Parameter In none
description parameter
Out none
parameter
No button return 0
explanation
prototype
function
Parameter In none
description parameter
15 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out none
parameter
Return value
Supplementary
explanation
prototype
function
description parameter
Out none
parameter
Supplementary
explanation
prototype
16 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
function
description parameter
Out none
parameter
Return value Successful return, remaining time, in milliseconds (0 means the time is
up)
Supplementary
explanation
prototype
function
description parameter
Out none
parameter
USYS_SUCCESS = 0 // success
Supplementary
explanation
17 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
2.2.11 delay(Sys_Delay)
prototype
description parameter
Out none
parameter
Return value
Supplementary
explanation
prototype
function
Out none
parameter
USYS_SUCCESS = 0 // success
18 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
Parameter In none
description parameter
Out none
parameter
USYS_SUCCESS = 0 // success
Supplementary Each vendor implements according to its own OS and for unsupport,
the API)
19 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
BCD code
ASCII code
Int type data change to Util_Int2Bcd Int type data change to BCD code
BCD code
BCD code change to int Util_Bcd2Int BCD code data change to int type
type
waiting key Util_WaitKey Wait for the button within the set time,
switching
20 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
description parameter
AscLen: Importing ASCII code data length
parameter
UUTIL_SUCCESS = 0 // success
21 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
description parameter
AscLen: ASCII code data length, which is double the
parameter
UUTIL_SUCCESS = 0 // success
Supplementary
explanation
22 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
parameter
UUTIL_SUCCESS =0 // success
Supplementary Right by BCD code, the number of digits is less then add 0 in the left side
explanation
prototype
function
parameter
23 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
UUTIL_SUCCESS = 0 // success
Supplementary
explanation
prototype
function
Out
parameter
Supplementary
explanation
24 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Function intUtil_Des(bytebDesType,char*Key,char*InData,char*OutData)
prototype
function decryption
decryption
UUTIL_SUCCESS =0 // success
Supplementary
explanation
25 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
description
len: Source data length
parameter
Supplementary
explanation
prototype
Function Wait for the button within the set time, without button then waiting
function timeout
description blocking
Out
parameter
26 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementar
y explanation
prototype input_line, char *str, int min, int max, byte disp_pattern,int
timeout)
function
alignment)
number
2 right alignment
parameter
27 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
explanation
prototype char *str, int min, int max, int disp_pattern,byte disp_mode ,
int timeout)
function
28 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
password input
Supplementary When the input mode is numeric or letter input, switching between a
function
description of lines
parameter
Supplementary the amount input is accurate to cent (two decimal places are
description reserved) and stored in the Amount variable in 12-bit ASCII code.
function
30 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter In parameter
disp_line: Prompt message
description
shows the number of lines
number
disp_pattern:
Timeout: timeout
(seconds)
parameter
explanation
3.2.13 beep(Util_Beep)
prototype
31 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
description paramter
Out
parameter
Return value
Supplementary
explanation
prototype
function
description
Out None
parameter
y explanation
32 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
Parameter In
description parameter
parameter
UUTIL_SUCCESS =0 // success
y explanation
33 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
4 File module(libapi_file)
Take the remaining space UFile_GetFreeSpace Take the remaining space of the file
Take the number of file UFile_GetNumberOfRecord Take the number of file records
records s
Append file record UFile_AppendRecord At the end of the file, add a fixed length
index number
34 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
newline
prototype
function
description
iFileLocation: Storage location, see enum
35 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
FILELOCATION
Out None
parameter
Return value UFILE_NO_EXIST = -12, // The specified file does not exist
Supplementar
y explanation
Function intUFile_OpenCreate(cchar*FileName,intiFileLocation,intFlag,
36 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
file
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
y explanation
For opening a created file, the RecSize parameter should be ignored.
37 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
description
size:Read data size
parameter
Return value The file was read successfully: the return value is equal to the
Supplementar
y explanation
prototype
38 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
function
description
size:The size of the data to be written
buffer:Data to be written
Out None
parameter
Return value File write succeeded: the return value is equal to the number of
Supplementar
y explanation
prototype
function
39 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out None
parameter
UFILE_SUCCESS =0
Supplementar
y explanation
prototype
function
description
size:Number of deleted files
Out None
parameter
40 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
UFILE_SUCCESS = 0
prototype
function
description
Out None
parameter
Supplementary
explanation
41 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
description bytes
FILELOCATION
Out None
parameter
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
Supplementar
y explanation
42 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype *newname);
function
file name
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
Supplementar
y explanation
prototype
function
43 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
description bytes
FILELOCATION
Out None
parameter
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
Supplementar
y explanation
prototype
function
44 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
description
This parameter should be ignored if there is no
driver name
Out None
parameter
value
Supplementar Get the size of the remaining space of the drive, regardless of the
y explanation manufacturer of the drive, no need to deal with the drive, just
45 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out None
parameter
Supplementar
y explanation
Function At the end of the file, add a fixed length record file. When the file does not
description
iFileLocation: storage location,see enum FILELOCATION
Record:record data
46 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
explanation
function
Record_Len:record length
parameter
47 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
Supplementar
y explanation
function
Record_Len:record length
48 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
parameter
value
UFILE_PARAERROR = -11, //parameter error
Supplementar
y explanation
description parameter
49 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
FILELOCATION
Record:record data
Record_Len:record length
value
UFILE_PARAERROR = -11, //parameter error
y explanation
Record is both in parameter and out parameter
results.
50 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
function
Record:record data
Record_Len:record length
Return value UFILE_NO_EXIST = -12, //The specified file does not exist
51 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
y explanation
Record is both in parameter and out parameter
results.
Record_Len:record length
Out parameter
ST exist
UFILE_PARAE
OR = -11, //parameter error
RR
UFILE_NO_RE
RD = -10, //record not founded
CO
52 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
UFILE_DELET
FAIL = -7, //Delete file record error
E_
UFILE_OPEN_
I L = -2, //opening error
FA
explanation protection
Function intUFile_DeleteRecordByIndex(cchar*FileName,intiFileLocation,
Record_Len:record length
Out parameter
53 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
y explanation protection
prototype LineBuffSize);
Function Read a line of text, and support \r \n newline (data read out should not
description
LineBuffSize:Buffer size
54 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter For a text file, read a row of data from the current location and
Function int UFile_ReadTLV(char *FileName, int iFileLocation, uint FldID, char *Data,
Function function Read non-fixed length record TLV, consistent with IC card TVL format
exist
55 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
description
FldID:tag (Tag)
Data:data (Value)
DataLen:length (length)
Out none
parameter
Supplementary
description
prototype FldID);
function
description parameter
iFileLocation: storage location, see enum
FILELOCATION
FldID:tag(Tag)
Out None
parameter
57 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
58 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
NFC card card search Icc_CTLSPowerUpAndSee NFC card reader search card
k
prototype
function
Out None
parameter
59 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplemen
tary
description
Out None
parameter
Return value =
UICC_FAIL // operation failed
-1,
Supplement
ary
description
60 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
function
Supplement
ary
description
61 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
Out
parameter
62 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
Out None
parameter
prototype
function
63 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out None
parameter
Supplemen Pay attention to call after power off. Close the IC card
tary device (Icc_Close)
description
function
64 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplement None
ary
description
65 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
*psUID);
function
66 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
prototype
function
Out None
parameter
Supplemen Pay attention to call after power off. Close the IC card
tary device (Icc_Close)
description
function
67 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplement
ary
description
68 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
6 communication( libapi_comm)
6.2.1 comm_net_link
69 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
6.2.2 comm_net_unlink
Parameter In
description parameter
Out
parameter
Supplementary
description
70 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
6.2.3 comm_sock_connect
Out
parameter
Supplementary
description
6.2.4 comm_sock_recv
71 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
6.2.5 comm_sock_send
Out
parameter
72 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
6.2.6 comm_sock_close
Out
parameter
Supplementary
description
6.2.7 comm_ssl_init
73 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
6.2.8 comm_ssl_connect
Out
parameter
74 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
6.2.9 comm_ssl_send
Out
parameter
Supplementary
description
6.2.10 comm_ssl_recv
75 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
6.2.11 comm_ssl_close
Out
parameter
76 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
6.2.12 comm_wifi_list_ap
Parameter In
description parameter
Supplementary
description
77 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
6.2.13 comm_wifi_link_ap
Out
parameter
Supplementary
description
6.2.14 comm_wifi_unlink_ap
Parameter In
description parameter
78 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
6.2.15 comm_wifi_get_link_state
Parameter In
description parameter
Out
parameter
Supplementary
description
79 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
7 security( libapi_security)
7.2.1 mksk_save_plaintext_key
80 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
7.2.2 mksk_save_encrypted_key
81 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
7.2.3 mksk_3des_run
Supplementary
description
82 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
7.2.4 dukpt_init_ipek
In init_key: IPEK
parameter
Supplementary
description
7.2.5 dukpt_init_ciphertext_ipek
83 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
In Key:IPEK Ciphertext
parameter
7.2.6 dukpt_init_bdk
In init_key: BDK
parameter
Supplementary This function will first convert BDK to IPEK, and then
description call calls dukpt_ init_Ipek
84 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
7.2.7 dukpt_prepare_key
Supplementary Get a new PEK and the corresponding KSN, then use
description dukpt_ 3DES_run_ex to calculate
7.2.8 dukpt_3des_run_ex
Supplementary
description
7.2.9 sec_get_hw_ver
Parameter In
description parameter
Out
parameter
Supplementary
description
7.2.10 sec_get_fw_ver
Parameter In
description parameter
Out
parameter
Supplementary
description
8 Gui (libapi_gui)
88 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
8.2.1 gui_bar_rc
Out
parameter
Supplementary
description
8.2.2 gui_set_bar_color
89 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
8.2.3 gui_get_bar_color
Parameter In
description parameter
Out
parameter
90 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.4 gui_set_font
Out
parameter
Return value
Supplementary
description
8.2.5 gui_get_font
91 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter In
description parameter
Out
parameter
Supplementary
description
8.2.6 gui_set_text_color
Out
parameter
Return value
92 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.7 gui_get_text_color
Parameter In
description parameter
Out
parameter
Supplementary
description
8.2.8 gui_set_text_bg_color
93 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Return value
Supplementary
description
8.2.9 gui_get_text_bg_color
Parameter In
description parameter
Out
parameter
94 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.10 gui_clear_dc
Parameter In
description parameter
Out
parameter
Return value
Supplementary
description
8.2.11 gui_set_pixel
95 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter In x x coordinate
description parameter y y coordinate
color Point color
Out
parameter
Supplementary
description
8.2.12 gui_get_pixel
Parameter In x x coordinate
description parameter y y coordinate
Out
parameter
96 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.13 gui_text_out
Parameter In x x coordinate
description parameter y y coordinate
text Text content
Out
parameter
Supplementary
description
8.2.14 gui_get_text_width
97 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Return value
Supplementary
description
8.2.15 gui_get_text_height
Out
parameter
98 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.16 gui_cline
Function void gui_cline(int x1, int y1, int x2, int y2, int color);
prototype
Out
parameter
Return value
Supplementary
description
99 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
8.2.17 gui_get_width
Parameter In
description parameter
Out
parameter
Supplementary
description
8.2.18 gui_get_height
Function xxx
prototype
Parameter In
description parameter
100 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
8.2.19 gui_page_op_paint
Out
parameter
Return value
Supplementary
description
101 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
8.2.20 gui_ime_set_mode
Out
parameter
Return value
Supplementary
description
8.2.21 gui_ime_start_input
102 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
character
position Cursor position
help Enter page title
Out
parameter
Supplementary
description
8.2.22 gui_main_menu_func_add
Out
parameter
103 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.23 gui_main_menu_item_add
Function int
prototype gui_main_menu_item_add(st_gui_menu_item_def
* menu_item);
Out
parameter
Supplementary
description
8.2.24 gui_main_menu_show
104 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter In id menu id
description parameter timeover overtime time
Out
parameter
Return value
Supplementary
description
8.2.25 gui_post_message
Out
parameter
105 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.26 gui_proc_default_msg
Out
parameter
Supplementary
description
8.2.27 gui_messagebox_show
106 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out
parameter
Supplementary
description
8.2.28 gui_load_bmp
107 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
8.2.29 gui_out_bits
Parameter In x X coordinate
description parameter y Y coordinate
pbits Image data
width Image width
height Picture height
Out
parameter
Return value
Supplementary
Show attention to release pbits
description
108 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
9 EMV(libapi_emv)
9.2.1 emv_read_card
109 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
9.2.2 EMV_TermConfigInit
Out Null
parameter
Supplementary
description
9.2.3 EMV_GetKernelVersion
110 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
9.2.4 EMV_GetKernelData
Parameter In Tag
description parameter
Supplementary
description
111 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
9.2.5 EMV_PrmSetAIDPrm
Out Null
parameter
Supplementary
description
9.2.6 EMV_PrmGetAIDPrm
Parameter In Null
description parameter
112 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
9.2.7 EMV_PrmDelAIDPrm
Out Null
parameter
Supplementary
description
9.2.8 EMV_PrmClearAIDPrmFile
113 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Parameter In Null
description parameter
Out Null
parameter
Supplementary
description
9.2.9 EMV_PrmSetCAPK
Parameter In CPAK
description parameter
Out Null
parameter
Supplementary
description
9.2.10 EMV_PrmGetCAPK
114 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out CAPK
parameter
Supplementary
description
9.2.11 EMV_PrmDelCAPK
Out Null
parameter
115 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
9.2.12 EMV_PrmClearCAPKFile
Parameter In Null
description parameter
Out Null
parameter
Supplementary
description
10 Print (libapi_print)
116 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
10.2.1 UPrint_GetModuleVer
Parameter In Nothing
description parameter
Supplementary
description
117 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
10.2.2 UPrint_Init
Parameter In Nothing
description parameter
Out Nothing
parameter
Supplementary
description
10.2.3 UPrint_Str
118 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out Nothing
parameter
Supplementary
description
10.2.4 UPrint_BitMap
Out Nothing
parameter
Supplementary
description
119 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
10.2.5 UPrint_Start
Parameter In Nothing
description parameter
Out Nothing
parameter
Supplementary
description
10.2.6 UPrint_StrBold
120 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Out Nothing
parameter
Supplementary
description
10.2.7 UPrint_Feed
Out Nothing
parameter
121 / 122
Fujian MoreFun Electronic Technology Co.,Ltd.
Supplementary
description
10.2.8 UPrint_MatrixCode
Out Nothing
parameter
Supplementary
description
122 / 122