CustomiOSApi  1.06
 All Classes Functions Enumerations Enumerator Pages
PrinterStatus Class Reference

This the container class to hold the printer status More...

Instance Methods

(id) - initWithStatus:
 Create PrinterStatus object with a value More...
 
(Boolean) - IsEqual:
 Compare PrinterStatus object More...
 
(Boolean) - StsNOPAPER
 
(Boolean) - StsNEARENDPAP
 
(Boolean) - StsTICKETOUT
 
(Boolean) - StsNOHEAD
 
(Boolean) - StsNOCOVER
 
(Boolean) - StsSPOOLING
 
(Boolean) - StsPAPERROLLING
 
(Boolean) - StsLFPRESSED
 
(Boolean) - StsFFPRESSED
 
(Boolean) - StsOVERTEMP
 
(Boolean) - StsHLVOLT
 
(Boolean) - StsPAPERJAM
 
(Boolean) - StsCUTERROR
 
(Boolean) - StsRAMERROR
 
(Boolean) - StsEEPROMERROR
 

Detailed Description

This the container class to hold the printer status

Method Documentation

- (id) initWithStatus: (long)  lStatusPrinter

Create PrinterStatus object with a value

Parameters
lStatusPrinter32bit Status Mask
Returns
- (Boolean) IsEqual: (PrinterStatus *)  printerstatus

Compare PrinterStatus object

Parameters
printerstatusPrinterStatus object
Returns
- (Boolean) StsCUTERROR

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

- (Boolean) StsEEPROMERROR

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

- (Boolean) StsFFPRESSED

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

- (Boolean) StsHLVOLT

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

- (Boolean) StsLFPRESSED

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

- (Boolean) StsNEARENDPAP

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

- (Boolean) StsNOCOVER

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

- (Boolean) StsNOHEAD

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

- (Boolean) StsNOPAPER

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

- (Boolean) StsOVERTEMP

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

- (Boolean) StsPAPERJAM

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

- (Boolean) StsPAPERROLLING

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

- (Boolean) StsRAMERROR

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

- (Boolean) StsSPOOLING

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

- (Boolean) StsTICKETOUT

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