Select your printer model

Parameters are refined by the selected printer.

<type>endorseprint2</type>


Transfers print data and setting data and requests the printer for endorsement printing.

The request result is acquired by the <type>onreceive</type> element.

Request

Child element

Data type

Description

is40cplmode

boolean

Enables or disables the 40cpl mode.

printdata

string

Specifies data to print.

timeout

int

Specifies the timeout period for slip sheet insertion wait status in milliseconds.

Value: 5000 to 1000000 (integer)

is40cplmode

Attribute value

Description

"true" / "1”

Enabled

“false” / “0”

Disabled

Sample program

 
<device_data>
	<device_id>local_printer</device_id>
	<data>
		<type>endorseprint2</type>
		<is40cplmode>true</is40cplmode>
		<printdata>
			<!-- Printer Control XML -->
			<epos-print xmlns=
					.
					.
			</epos-print>
		</printdata>
		<timeout>10000</timeout>
	</data>
</device_data>

Supplementary explanation

  • If the “timeout” child element is omitted, “10000” is specified.
  • Refer to PrinterControl XML for details of print data specified in the printdata child element.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

ePOS-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top