UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.PrinterInfo Class Reference

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...
 

Detailed Description

Printer information class to show printer attributes and other useful information.

Constructor & Destructor Documentation

◆ PrinterInfo()

com.UniPRT.Sdk.Json.PrinterInfo.PrinterInfo ( )

Member Function Documentation

◆ FirmwarePartNumber()

String com.UniPRT.Sdk.Json.PrinterInfo.FirmwarePartNumber ( )

Printer firmware part number.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ FirmwareVersion()

String com.UniPRT.Sdk.Json.PrinterInfo.FirmwareVersion ( )

Printer firmware version.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ GetRawInfo()

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.

◆ HasClockOption()

boolean com.UniPRT.Sdk.Json.PrinterInfo.HasClockOption ( )

True if Clock option present.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ HasOdvOption()

boolean com.UniPRT.Sdk.Json.PrinterInfo.HasOdvOption ( )

True if ODV option present.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ HasRfidOption()

boolean com.UniPRT.Sdk.Json.PrinterInfo.HasRfidOption ( )

True if RFID option present.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ Model()

String com.UniPRT.Sdk.Json.PrinterInfo.Model ( )

Printer model.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ PrintheadResolution()

String com.UniPRT.Sdk.Json.PrinterInfo.PrintheadResolution ( )

Printer head resolution.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ SerialNumber()

String com.UniPRT.Sdk.Json.PrinterInfo.SerialNumber ( )

Printer serial number.

References com.UniPRT.Sdk.Json.PrinterInfo._rawInfo.

◆ SetRawInfo()

void com.UniPRT.Sdk.Json.PrinterInfo.SetRawInfo ( Map< String, String >  rawInfo)

Member Data Documentation

◆ _rawInfo


The documentation for this class was generated from the following file: