UniPRT SDK  v1.0.0.0
PrinterInfo Class Reference

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

Public Member Functions

String FirmwarePartNumber ()
 Printer firmware part number.
 
String FirmwareVersion ()
 Printer firmware version.
 
Map< String, String > GetRawInfo ()
 Raw hardware info received from printer. Useful if need to see additional details not already exposed by other interfaces.
 
boolean HasClockOption ()
 True if Clock option present.
 
boolean HasOdvOption ()
 True if ODV option present.
 
boolean HasRfidOption ()
 True if RFID option present.
 
String Model ()
 Printer model.
 
String PrintheadResolution ()
 Printer head resolution.
 
String SerialNumber ()
 Printer serial number.
 
void SetRawInfo (Map< String, String > rawInfo)
 

Detailed Description

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