Epson TM-T20II-i ePOS-Print XML Users Manual - Page 56

Programming Example, Printing Process

Page 56 highlights

Programming Example Printing Process Request local_printer 60000 ABC123 Hello, World! Response local_printer ABC123 • The TM intelligent printer will issue a print job ID if the print job ID is not specified by the application. • As the printing process has not been performed at this time, success will be set to "true," code to "" (left empty), status to 0x00000002 or 0x80000000 and battery to "0". 56

  • 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
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

56
Programming Example
Printing Process
Request
Response
The TM intelligent printer will issue a print job ID if the print job ID is not specified by the
application.
As the printing process has not been performed at this time, success will be set to "true," code
to "" (left empty), status to 0x00000002 or 0x80000000 and battery to "0".
<s:Header>
<devid>local_printer</devid>
<timeout>60000</timeout>
<printjobid>ABC123</printjobid>
</parameter>
</s:Header>
<s:Body>
<text>Hello, World!&#10;</text>
<cut />
</epos-print>
</s:Body>
</s:Envelope>
<s:Header>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</parameter>
</s:Header>
<s:Body>
success="true" code="" status="2" battery="0" />
</s:Body>
</s:Envelope>