Select your printer model

Parameters are refined by the selected printer.

LineDisplay


Initializes the LineDisplay class.

Syntax

 
public LineDisplay(int displaySeries, Context context) throws Epos2Exception

Parameter

displaySeries

Specifies the model name of the target customer display.

Value

Description

LineDisplay.DM_D110

DM-D110

LineDisplay.DM_D210

DM-D210

LineDisplay.DM_D30

DM-D30

LineDisplay.DM_D70

DM-D70

context

Specifies the application context.

Exception

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

Error status

Description

ERR_PARAM

An invalid parameter was specified.

ERR_MEMORY

Necessary memory could not be allocated.

Supplementary explanation

  • When iterating a process, be sure to generate and destroy instances outside the iterated process and not iterate the process at a short interval.
    Memory releasing by the OS may affect the process of the Epson ePOS SDK, resulting in an invalid operation.
  • When the DM-D30 connected to the TM-m30/TM-m30II/TM-m50/TM-T88VI/TM-T88VI-iHUB is replaced with the DM-D70, specify LineDisplay.DM_D30 in displaySeries.
 

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