public class FiscalDeviceInfo
extends java.lang.Object
Constructor and Description |
---|
FiscalDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
capBarcode()
Get barcode capability
|
boolean |
capCutter()
Get paper cutter capability
|
boolean |
capDisplay()
Get display capability
|
boolean |
capDrawer()
Get drawer capability
|
boolean |
capGetJournalDocumentRange()
Get fetching journal documents range capability
|
boolean |
capGetJournalDocuments()
Get fetching journal documents by datetime range capability
|
boolean |
capJournal()
Get EJ capability
|
boolean |
capPrintDetailedReportByDate()
Get print detailed report by date capability
|
boolean |
capPrintDetailedReportByNumber()
Get print detailed report by number capability
|
boolean |
capPrintJournalDocument()
Get print journal document capability
|
boolean |
capPrintOperatorsReport()
Get print operators report capability
|
boolean |
capPrintReportByDate()
Get print report by date capability
|
boolean |
capPrintReportByNumber()
Get print report by number capability
|
boolean |
capPrintXReport()
Get print X report capability
|
boolean |
capPrintZReport()
Get print Z report capability
|
boolean |
capRotatedReceipt()
Get rotated receipt capability
|
int |
getCustomPayments()
Get number of supported custom payments
|
Country |
getDeviceCountry()
Get device country
|
java.lang.String |
getDeviceModel()
Get device model
|
java.lang.String |
getDeviceName()
Get device name
|
int |
getDeviceTransportProtocolVersion()
Get device transport protocol version
|
int |
getDisplayTextLength()
Get supported display text length
|
int |
getMaxSalesInReceipt()
Get max sales can be made in a single receipt
|
int |
getPrintTextLength()
Get supported print text length
|
int |
getProgrammableItems()
Get device programmable items number
|
int |
getVatRates()
Get number of supported VAT rates
|
public java.lang.String getDeviceName()
public java.lang.String getDeviceModel()
public Country getDeviceCountry()
public int getDeviceTransportProtocolVersion()
public int getMaxSalesInReceipt()
public int getProgrammableItems()
public int getVatRates()
public int getCustomPayments()
public int getPrintTextLength()
public int getDisplayTextLength()
public boolean capPrintReportByDate()
public boolean capPrintReportByNumber()
public boolean capPrintDetailedReportByDate()
public boolean capPrintDetailedReportByNumber()
public boolean capPrintXReport()
public boolean capPrintZReport()
public boolean capGetJournalDocuments()
public boolean capGetJournalDocumentRange()
public boolean capBarcode()
public boolean capCutter()
public boolean capDisplay()
public boolean capDrawer()
public boolean capJournal()
public boolean capRotatedReceipt()
public boolean capPrintJournalDocument()
public boolean capPrintOperatorsReport()