Select your printer model

Parameters are refined by the selected printer.

<disconnect>


Requests for disconnection of communication established by <connect> and notifies the application of the acquired request result.

Request

Element

Data type

Description

data

string

Specifies the application to disconnect.

data

Child element

Data type

Description

client_id

string

Specifies the client_id to disconnect.

Sample program

 
<disconnect>
	<data>
		<client_id>1234567890</client_id>
	</data>
</disconnect>

Response

Element

Data type

Description

code

string

Disconnection result

code

Element value

Description

"OK"

Disconnection succeeded.

“PARAM_ERROR”

A parameter error occurred.

“SYSTEM_ERROR”

A system error occurred.

Sample program

  • Normal case
  •  
    <disconnect>
    	<code>OK</code>
    </disconnect>
    
  • Abnormal case
  •  
    <disconnect>
    	<code>PARAM_ERROR</code>
    </disconnect>
    
 

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