Epson TM-T20II-i Server Direct Print Users Manual for TM-i firmware ver.4.1 - Page 33

Print Result Configuration, When the Print Job ID Is Specified

Page 33 highlights

Chapter 3 Request and Response Print Result Configuration Check the tag for the printing result. tag #Success #Failed When the Print Job ID Is Specified Specification of print job ID is available in the TM-i series (TM-i Firmware Ver.4.1 or later). When the print job ID is specified, Version attribute in the tag is returned as "2.00". tag 3 local_printer ABC123 . . . 33

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48

33
Chapter 3
Request and Response
3
Print Result Configuration
Check the <response> tag for the printing result.
When the Print Job ID Is Specified
When the print job ID is specified, Version attribute in the <PrintResponseInfo> tag is returned as "2.00".
Specification of print job ID is available in the TM-i series (TM-i Firmware Ver.4.1 or later).
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="1.00">
#Success
success="true" code="" status="251854870" battery="0"/>
#Failed
success="false" code="EX_BADPORT" status="1" battery="0"/>
</PrintResponseInfo>
<response>tag
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="2.00">
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintResponse>
.
.
.
</PrintResponse>
</ePOSPrint>
</PrintResponseInfo>
<PrintResponseInfo> tag