Select your printer model

Parameters are refined by the selected printer.

<type>operate</type>


Sends operational command data to the storage and requests it for processing.

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

Request

Child element

Data type

Description

timeout

int

Specifies timeout for the request in milliseconds.

Value: 100 to 120000 (integer)

requestdata

string

Specifies JSON data to be processed by storage.

Maximum request data size

64KB

Sample program

Stores the transaction data in the storage.

 
<device_data>
<device_id>local_TSE</device_id>
	<data>
		<type>operate</type>
		<timeout>10000</timeout>
		<requestdata>
		{&quot;storage&quot;:
		{&quot;type&quot;:&quot;TSE&quot;,&quot;vendor&quot;:&quot;TSE1&quot;},
		&quot;function&quot;:&quot;StartTransaction&quot;,&quot;input&quot;:
		{&quot;clientId&quot;:&quot;ClientId_POS1&quot;,
		&quot;processData&quot;:&quot;YXBwbGU=&quot;,
		&quot;processType&quot;:&quot;Start&quot;,
		&quot;additionalData&quot;:&quot;&quot;},
		&quot;compress&quot;:{&quot;required&quot;:false,
		&quot;type&quot;:&quot;&quot;}}
		</requestdata>
	</data>
</device_data>

Supplementary explanation

Refer to "Storage Control JSON" for details of requestdata 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