Select your printer model

Parameters are refined by the selected printer.

<type>display</type>


Sends display data and configuration data to the customer display and requests for displaying data on the customer display. The request result is acquired by the <type>onxmlresult</type> element.

Request

Child element

Data type

Description

timeout

int

Specifies the timeout for the request in milliseconds.

Value: 1000 to 60000 (integer)

displaydata

string

Specifies an XML to control the customer display.

Sample program

 
<data>
	<type>display</type>
	<timeout>10000</timeout>
	<displaydata>
		<!-- CustomerDisplay Control XML -->
		<epos-display xmlns=
				.
				.
		</epos-display>
	</displaydata>
</data>

Supplementary explanation

Refer to CustomerDisplayControl XML for details of display data specified in the displaydata 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