CustomAndroidAPI  1.30
it.custom.printer.api.android.PrinterStatus Class Reference

Public Member Functions

boolean equals (Object aThat)
 

Static Public Member Functions

static PrinterStatus FillPrinterStatusFromPrinterFullStatus (long lStatusPrinter)
 

Public Attributes

boolean stsNOPAPER = false
 
boolean stsNEARENDPAP = false
 
boolean stsTICKETOUT = false
 
boolean stsNOHEAD = false
 
boolean stsNOCOVER = false
 
boolean stsSPOOLING = false
 
boolean stsPAPERROLLING = false
 
boolean stsLFPRESSED = false
 
boolean stsFFPRESSED = false
 
boolean stsOVERTEMP = false
 
boolean stsHLVOLT = false
 
boolean stsPAPERJAM = false
 
boolean stsCUTERROR = false
 
boolean stsRAMERROR = false
 
boolean stsEEPROMERROR = false
 

Detailed Description

This is the container class to hold the printer status

Member Function Documentation

◆ equals()

boolean it.custom.printer.api.android.PrinterStatus.equals ( Object  aThat)
inline

Override equals

◆ FillPrinterStatusFromPrinterFullStatus()

static PrinterStatus it.custom.printer.api.android.PrinterStatus.FillPrinterStatusFromPrinterFullStatus ( long  lStatusPrinter)
inlinestatic

Member Data Documentation

◆ stsCUTERROR

boolean it.custom.printer.api.android.PrinterStatus.stsCUTERROR = false

Indicates that the printer is in CUTTER ERROR Status. Refer to Printer manual to know if this status is supported by the device

◆ stsEEPROMERROR

boolean it.custom.printer.api.android.PrinterStatus.stsEEPROMERROR = false

Indicates that the printer is in EEPROM ERROR Status. Refer to Printer manual to know if this status is supported by the device

◆ stsFFPRESSED

boolean it.custom.printer.api.android.PrinterStatus.stsFFPRESSED = false

Indicates that the printer is in FFPRESSED Status. Refer to Printer manual to know if this status is supported by the device

◆ stsHLVOLT

boolean it.custom.printer.api.android.PrinterStatus.stsHLVOLT = false

Indicates that the printer is in OVERVOLTAGE Status. Refer to Printer manual to know if this status is supported by the device

◆ stsLFPRESSED

boolean it.custom.printer.api.android.PrinterStatus.stsLFPRESSED = false

Indicates that the printer is in LFPRESSED Status. Refer to Printer manual to know if this status is supported by the device

◆ stsNEARENDPAP

boolean it.custom.printer.api.android.PrinterStatus.stsNEARENDPAP = false

Indicates that the printer is in NEAR PAPER END Status. Refer to Printer manual to know if this status is supported by the device

◆ stsNOCOVER

boolean it.custom.printer.api.android.PrinterStatus.stsNOCOVER = false

Indicates that the printer is in COVER OPEN Status. Refer to Printer manual to know if this status is supported by the device

◆ stsNOHEAD

boolean it.custom.printer.api.android.PrinterStatus.stsNOHEAD = false

Indicates that the printer is in HEAD UP Status. Refer to Printer manual to know if this status is supported by the device

◆ stsNOPAPER

boolean it.custom.printer.api.android.PrinterStatus.stsNOPAPER = false

Indicates that the printer is in NO PAPER Status. Refer to Printer manual to know if this status is supported by the device

◆ stsOVERTEMP

boolean it.custom.printer.api.android.PrinterStatus.stsOVERTEMP = false

Indicates that the printer is in OVERTEMPERATURE Status. Refer to Printer manual to know if this status is supported by the device

◆ stsPAPERJAM

boolean it.custom.printer.api.android.PrinterStatus.stsPAPERJAM = false

Indicates that the printer is in PAPER JAM Status. Refer to Printer manual to know if this status is supported by the device

◆ stsPAPERROLLING

boolean it.custom.printer.api.android.PrinterStatus.stsPAPERROLLING = false

Indicates that the printer is in PAPER ROLLING Status. Refer to Printer manual to know if this status is supported by the device

◆ stsRAMERROR

boolean it.custom.printer.api.android.PrinterStatus.stsRAMERROR = false

Indicates that the printer is in RAM ERROR Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSPOOLING

boolean it.custom.printer.api.android.PrinterStatus.stsSPOOLING = false

Indicates that the printer is in SPOOLING Status. Refer to Printer manual to know if this status is supported by the device

◆ stsTICKETOUT

boolean it.custom.printer.api.android.PrinterStatus.stsTICKETOUT = false

Indicates that the printer is in TICKET OUT Status. Refer to Printer manual to know if this status is supported by the device