14#import <Foundation/Foundation.h>
44@property (nonatomic, strong, readonly) NSDictionary<NSString *, NSString *> *
rawInfo;
62- (void)setRawInfoWithDictionary:(NSDictionary<NSString *, NSString *> *)
rawInfo;
Printer information class to show printer attributes and other useful information.
Definition PrinterInfo.h:33
NSString * firmwareVersion()
Gets the firmware version of the printer.
BOOL hasClockOption()
Checks if the printer has the clock option.
BOOL hasRfidOption()
Checks if the printer has the RFID option.
NSString * printheadResolution()
Gets the printhead resolution of the printer.
NSString * model()
Gets the model of the printer.
NSDictionary< NSString *, NSString * > * rawInfo
The raw information dictionary containing printer details.
Definition PrinterInfo.h:44
BOOL hasOdvOption()
Checks if the printer has the ODV (Optical Disc Verification) option.
NSString * firmwarePartNumber()
Gets the firmware part number of the printer.
NSString * serialNumber()
Gets the serial number of the printer.