com.starmicronics.stario
Class StarPrinterStatus

java.lang.Object
  extended bycom.starmicronics.stario.StarPrinterStatus

public class StarPrinterStatus
extends java.lang.Object

This structure gives the printer's status in both boolean and binary form.


Field Summary
 boolean blackMarkError
           
 boolean compulsionSwitch
           
 boolean coverOpen
           
 boolean cutterError
           
 boolean etbAvailable
           
 byte etbCounter
           
 boolean headThermistorError
           
 boolean headUpError
           
 boolean mechError
           
 boolean offline
           
 boolean overTemp
           
 boolean pageModeCmdError
           
 boolean peelerPaperPresent
           
 boolean presenterPaperJamError
           
 boolean presenterPaperPresent
           
 byte presenterState
           
 byte[] raw
           
 int rawLength
           
 boolean receiptBlackMarkDetection
           
 boolean receiptPaperEmpty
           
 boolean receiptPaperNearEmptyInner
           
 boolean receiptPaperNearEmptyOuter
           
 boolean receiveBufferOverflow
           
 boolean slipBOF
           
 boolean slipCOF
           
 boolean slipPaperPresent
           
 boolean slipTOF
           
 boolean stackerFull
           
 boolean unrecoverableError
           
 boolean validationPaperPresent
           
 boolean voltageError
           
 
Constructor Summary
StarPrinterStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coverOpen

public boolean coverOpen

offline

public boolean offline

compulsionSwitch

public boolean compulsionSwitch

overTemp

public boolean overTemp

unrecoverableError

public boolean unrecoverableError

cutterError

public boolean cutterError

mechError

public boolean mechError

headThermistorError

public boolean headThermistorError

receiveBufferOverflow

public boolean receiveBufferOverflow

pageModeCmdError

public boolean pageModeCmdError

blackMarkError

public boolean blackMarkError

presenterPaperJamError

public boolean presenterPaperJamError

headUpError

public boolean headUpError

voltageError

public boolean voltageError

receiptBlackMarkDetection

public boolean receiptBlackMarkDetection

receiptPaperEmpty

public boolean receiptPaperEmpty

receiptPaperNearEmptyInner

public boolean receiptPaperNearEmptyInner

receiptPaperNearEmptyOuter

public boolean receiptPaperNearEmptyOuter

presenterPaperPresent

public boolean presenterPaperPresent

peelerPaperPresent

public boolean peelerPaperPresent

stackerFull

public boolean stackerFull

slipTOF

public boolean slipTOF

slipCOF

public boolean slipCOF

slipBOF

public boolean slipBOF

validationPaperPresent

public boolean validationPaperPresent

slipPaperPresent

public boolean slipPaperPresent

etbAvailable

public boolean etbAvailable

etbCounter

public byte etbCounter

presenterState

public byte presenterState

rawLength

public int rawLength

raw

public byte[] raw
Constructor Detail

StarPrinterStatus

public StarPrinterStatus()