Specifications

No
EPSON
TITLE
EPSON Advanced Printer Driver for TM series
StatusAPI
Reference Manual
Revision
L
NEXT
105
SHEET
104
Variable Length Record Text Log (EpsStmApi.log/EpsStmMon.log) Format
For 1 Variable length record
32 Indefinite 2
Common Header Log Data CRLF
: : :
Common Header Log Data CRLF
Common Header
18 1 3 1 8 1
Output Date and Time
“YYYYMMDDhhmmss.sss”
, Type
[Application Process Log[
“FUI”: Calls a function
“FUO”: Returns a function
“CBI”: Calls a callback
“CBO”: Returns a callback
[Spool Process Log]
“WDI”: Write command call
“WDO”: Write command return
“WPI”: Write print data call
“WPO”: Write print data return
“RDI”: Read data call
“RDO”: Read data return
“STD”: Start sending print data (StartDoc)
“EDD”: End sending print data (EndDoc)
“RPN”: Reset printer
, Thread ID
“00000000” to
”FFFFFFFF”
,
Log Data
Indefinite 1
<1> If the type is “FUI”,“CBI
“Function name, parameter value 1, …, parameter value n”
If there are multiple parameters they are continued in the order in which they are specified, using ‘,’as a
separator.
For structural parameters, break down the members and let 1 parameter = 1 member.
Output parameter values in decimal character string format or in hexadecimal character string format.
Output if 0x00000001 is specified in the LogLevel.
<2> If the type is “FUO”, “CBO”
“Function name, parameter value 1, …, parameter value n, <Return value>”
If there are multiple parameters they are continued in the order in which they are specified, using ‘,’as a
separator.
For structural parameters, break down the members and let 1 parameter = 1 member.
Output parameter values in decimal character string format or in hexadecimal character string format.
The values shown within the final < > is the function’s return value.
The return value is output in hexadecimal character string format.
Output if 0x00000001 is specified in the LogLevel.
<3> If the type is “WDI”
“Write request size, write data”
The output format when command data are sent from the API.
Write request size: The write request size to the port monitor is output in hexadecimal character string
format.
Write data: Write data to the port monitor are output in hexadecimal character string format.
Output when 0x00000010 or 0x00000100 is specified in the LogLevel.
,