Select your printer model

Parameters are refined by the selected printer.

<type>send</type>


Sends data to the communication box and notifies the application of the acquired transmission result.

Request

Child element

Data type

Description

box_id

string

Specifies the identifier of the communication box to send the message.

message

string

Specifies the message to send.

member_id

string

Specifies the member ID to send.

Sample program

 
<commbox_data>
	<sequence>3</sequence>
	<data>
		<type>send</type>
		<box_id>box1</box_id>
		<message>send_message</message>
	</data>
</commbox_data>

Response

Child element

Data type

Description

box_id

string

Identifier of the communication box to which the message was sent

code

string

Message transmission result

count

string

Number of clients which tried to send the message

code

Attribute value

Description

"OK"

Message transmission succeeded.

"NOT_OPENED"

The communication box is not open.

"MEMBER_NOT_FOUND"

The specified member ID cannot be found.

“SYSTEM_ERROR”

A system error occurred.

Supplementary explanation

If a null string is specified in the member_id child element, the message is sent to all the applications belonging to the communication box.

 

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