Addlogo - Epson TM-T88V User Manual

Epos-print sdk for android
Hide thumbs Also See for TM-T88V:
Table of Contents

Advertisement

addLogo

Adds NV logo printing to the command buffer.
Prints a logo registered in the NV memory of the printer.
Register a logo in advance into the printer using the following utilities:
• TM-T88V Utility
• TM Flash Logo Setup Utility
Syntax
public void addLogo(int key1, int key2)
throws EposException
Parameter
 key1 :
Specifies the key code 1 of an NV logo. Specifies an integer from 0 to 255.
 key2 :
Specifies the key code 2 of an NV logo. Specifies an integer from 0 to 255.
Exceptions
When processing fails, EposException is thrown with one of the following error values.
Error status
ERR_PARAM
ERR_MEMORY
ERR_FAILURE
Example
To print a NV logo with the key code parameters specified as 48, 48:
try {
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
builder.addLogo(48, 48);
///Process///
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}
Invalid parameter was passed.
Could not allocate memory.
An unspecified error occurred.
Chapter 4 API Reference
Description
4
59

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70Tm-p60Tm-u220

Table of Contents