Epson TM-T88VI-i Users Manual - Server Direct Print - Page 51

</PrintResponse&gt, </DisplayResponse&gt

Page 51 highlights

Chapter 3 Request and Response ❏ Example of a failure local_printer ABC123 ❏  In the following example, printer printing was successful but customer display control failed. local_printer ABC123 3 local_display ABC456 51

  • 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
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72

51
Chapter 3
Request and Response
3
<PrintRequestInfo Version="2.00"> Example of a failure
<PrintRequestInfo Version="3.00">
In the following example, printer printing was successful but customer display control failed.
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="2.00">
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintResponse>
code="EX_BADPORT" status="1" battery="0"/>
</PrintResponseInfo>
</ePOSPrint>
<PrintResponseInfo>
<?xml version="1.0" encoding="UTF-8"?>
<PrintResponseInfo Version="3.00">
<ServerDirectPrint>
<Response Success="true"/>
</ServerDirectPrint>
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintResponse>
success="true" code="" status="251658262" battery="0"/>
</PrintResponse>
</ePOSPrint>
<ePOSDisplay>
<Parameter>
<devid>local_display</devid>
<printjobid>ABC456</printjobid>
</Parameter>
<DisplayResponse>
epos-display" success="false" code="EDSP_NOT_FOUND" status="0"/>
</DisplayResponse>
</ePOSDisplay>
</PrintResponseInfo>