com.epson.EpsonCom
Class EpsonCom

java.lang.Object
  extended by Activity
      extended by com.epson.EpsonCom.EpsonCom

public class EpsonCom
extends Activity


Nested Class Summary
static class EpsonCom.ALIGNMENT
           
static class EpsonCom.ASCII_CONTROL_CODE
           
static class EpsonCom.BITDEPTH
           
static class EpsonCom.DATA_TYPE
           
static class EpsonCom.ERROR_CODE
           
static class EpsonCom.FONT
           
static class EpsonCom.IMAGEFORMAT
           
static class EpsonCom.IMAGEPROCESSING
           
static class EpsonCom.MICR_FONT
           
static class EpsonCom.PAPERSIDE
           
static class EpsonCom.PORT_TYPE
           
static class EpsonCom.PRINTDIRECTION
           
 
Constructor Summary
EpsonCom()
           
 
Method Summary
static java.lang.String getErrorText(EpsonCom.ERROR_CODE errorcode)
          getErrorText returns the error text to a given error code
static java.lang.String getVersion()
          getVersion returns the version number of this library
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpsonCom

public EpsonCom()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.


getErrorText

public static java.lang.String getErrorText(EpsonCom.ERROR_CODE errorcode)
getErrorText returns the error text to a given error code

Parameters:
errorcode: - the numeric error code
Returns:
String: the error text for the given error code

getVersion

public static java.lang.String getVersion()
getVersion returns the version number of this library

Returns:
String with the library version