Printer information class to show printer attributes and other useful information. More...
Public Member Functions | |
| PrinterInfo () | |
| Map< String, String > | GetRawInfo () |
| Raw hardware info received from printer. Useful if need to see additional details not already exposed by other interfaces. More... | |
| void | SetRawInfo (Map< String, String > rawInfo) |
| String | Model () |
| Printer model. More... | |
| String | SerialNumber () |
| Printer serial number. More... | |
| String | FirmwareVersion () |
| Printer firmware version. More... | |
| String | FirmwarePartNumber () |
| Printer firmware part number. More... | |
| String | PrintheadResolution () |
| Printer head resolution. More... | |
| boolean | HasOdvOption () |
| True if ODV option present. More... | |
| boolean | HasRfidOption () |
| True if RFID option present. More... | |
| boolean | HasClockOption () |
| True if Clock option present. More... | |
Private Attributes | |
| Map< String, String > | _rawInfo |
| Raw hardware info received from printer. Useful if need to see additional details not already exposed by other interfaces. . More... | |
Printer information class to show printer attributes and other useful information.
| com.UniPRT.Sdk.Json.PrinterInfo.PrinterInfo | ( | ) |
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| String com.UniPRT.Sdk.Json.PrinterInfo.FirmwarePartNumber | ( | ) |
Printer firmware part number.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| String com.UniPRT.Sdk.Json.PrinterInfo.FirmwareVersion | ( | ) |
Printer firmware version.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| Map<String, String> com.UniPRT.Sdk.Json.PrinterInfo.GetRawInfo | ( | ) |
Raw hardware info received from printer. Useful if need to see additional details not already exposed by other interfaces.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| boolean com.UniPRT.Sdk.Json.PrinterInfo.HasClockOption | ( | ) |
True if Clock option present.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| boolean com.UniPRT.Sdk.Json.PrinterInfo.HasOdvOption | ( | ) |
True if ODV option present.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| boolean com.UniPRT.Sdk.Json.PrinterInfo.HasRfidOption | ( | ) |
True if RFID option present.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| String com.UniPRT.Sdk.Json.PrinterInfo.Model | ( | ) |
Printer model.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| String com.UniPRT.Sdk.Json.PrinterInfo.PrintheadResolution | ( | ) |
Printer head resolution.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| String com.UniPRT.Sdk.Json.PrinterInfo.SerialNumber | ( | ) |
Printer serial number.
References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.
| void com.UniPRT.Sdk.Json.PrinterInfo.SetRawInfo | ( | Map< String, String > | rawInfo | ) |
Referenced by com.UniPRT.Sdk.Json.PrinterMonitor.GetPrinterInfo().
|
private |
Raw hardware info received from printer. Useful if need to see additional details not already exposed by other interfaces.
.
Referenced by com.UniPRT.Sdk.Json.PrinterInfo.FirmwarePartNumber(), com.UniPRT.Sdk.Json.PrinterInfo.FirmwareVersion(), com.UniPRT.Sdk.Json.PrinterInfo.GetRawInfo(), com.UniPRT.Sdk.Json.PrinterInfo.HasClockOption(), com.UniPRT.Sdk.Json.PrinterInfo.HasOdvOption(), com.UniPRT.Sdk.Json.PrinterInfo.HasRfidOption(), com.UniPRT.Sdk.Json.PrinterInfo.Model(), com.UniPRT.Sdk.Json.PrinterInfo.PrinterInfo(), com.UniPRT.Sdk.Json.PrinterInfo.PrintheadResolution(), and com.UniPRT.Sdk.Json.PrinterInfo.SerialNumber().