Select your printer model

Parameters are refined by the selected printer.

<admin_info>


Requests for administrator data registered in the printer, and then notifies the application of the acquired result.

Request

Sample program

 
<admin_info></admin_info>

Response

Element

Data type

Description

code

string

Acquisition result of the administrator data.

data

string

Acquired administrator data.

code

Element value

Description

"OK"

Successfully acquired.

“PARAM_ERROR”

A parameter error occurred.

“SYSTEM_ERROR”

A system error occurred.

data

Child element

Data type

Description

admin_name

string

Administrator data

location

string

Installation location data

Sample program

  • Normal case
  •  
    <admin_info>
    	<code>OK</code>
    		<data>
    			<admin_name>Administrator A</admin_name>
    			<location>Counter1&amp;Counter2</location>
    		</data>
    </admin_info>
    
  • Abnormal case
  •  
    <admin_info>
    	<code>PARAM_ERROR</code>
    </admin_info>
    

Supplementary explanation

  • Set the administrator information using EPSON TMNet WebConfig.
  • Data is notified to the application only when it has been acquired successfully.
 

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