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

Public Member Functions

boolean equals (Object aThat)
 

Static Public Member Functions

static ScannerStatus FillScannerStatusFromScannerFullStatus (long lStatusScanner)
 

Public Attributes

boolean stsSCANNEROPEN = false
 
boolean stsSCANNERJAM = false
 
boolean stsSCANNERENGINEON = false
 
boolean stsSCANNERTICKETPRESENT = false
 
boolean stsSCANNERSEARCHBARCODEON = false
 
boolean stsSCANNERGRAYCREATED = false
 
boolean stsSCANNERBWCREATED = false
 
boolean stsSCANNERIMAGEROTATE180 = false
 
boolean stsSCANNERCARDFOUND = false
 
boolean stsSCANNERCARDNOTFOUND = false
 
boolean stsSCANNERBARCODEFOUND = false
 
boolean stsSCANNERBARCODENOTFOUND = false
 
boolean stsSCANNERSEARCHING = false
 
boolean stsSCANNERPAPEROK = false
 

Detailed Description

This is the container class to hold the scanner status

Member Function Documentation

◆ equals()

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

Override equals

◆ FillScannerStatusFromScannerFullStatus()

static ScannerStatus it.custom.printer.api.android.ScannerStatus.FillScannerStatusFromScannerFullStatus ( long  lStatusScanner)
inlinestatic

Member Data Documentation

◆ stsSCANNERBARCODEFOUND

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERBARCODEFOUND = false

Indicates that the scanner is in BARCODE FOUND Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERBARCODENOTFOUND

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERBARCODENOTFOUND = false

Indicates that the scanner is in BARCODE NOT FOUND Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERBWCREATED

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERBWCREATED = false

Indicates that the scanner is in BW IMAGE CREATED Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERCARDFOUND

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERCARDFOUND = false

Indicates that the scanner is in CARD FOUND Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERCARDNOTFOUND

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERCARDNOTFOUND = false

Indicates that the scanner is in CARD NOT FOUND Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERENGINEON

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERENGINEON = false

Indicates that the scanner is in ENGINE ON Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERGRAYCREATED

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERGRAYCREATED = false

Indicates that the scanner is in GRAY IMAGE CREATED Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERIMAGEROTATE180

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERIMAGEROTATE180 = false

Indicates that the scanner is in IMAGE ROTATE 180° Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERJAM

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERJAM = false

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

◆ stsSCANNEROPEN

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNEROPEN = false

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

◆ stsSCANNERPAPEROK

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERPAPEROK = false

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

◆ stsSCANNERSEARCHBARCODEON

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERSEARCHBARCODEON = false

Indicates that the scanner is in SEARCH BARCODE ENABLED Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERSEARCHING

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERSEARCHING = false

Indicates that the scanner is in SEARCH IN PROGRESS Status. Refer to Printer manual to know if this status is supported by the device

◆ stsSCANNERTICKETPRESENT

boolean it.custom.printer.api.android.ScannerStatus.stsSCANNERTICKETPRESENT = false

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