Select your printer model

Parameters are refined by the selected printer.

startMonitor


Enables printer status event notification.

Acquires and updates the printer status and notifies the listener method registered in setStatusChangeEventListener.

Syntax

 
public void startMonitor() throws Epos2Exception

Exception

When the process fails, Epos2Exception with one of the following error value occurs.

Error status

Description

ERR_ILLEGAL

This API was called while no communication had been started.

Supplementary explanation

  • Use this API after starting a communication with the printer (after executing the connect API).
  • This API is not executed on the main thread. Execute it on the sub-thread.
  • All ASB information that has changed during the update interval is notified.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for Android

Jump to the top