Printer information class to show printer attributes and other useful information.
More...
#include <PrinterInfo.h>
|
NSDictionary< NSString *, NSString * > * | rawInfo |
| The raw information dictionary containing printer details.
|
|
Printer information class to show printer attributes and other useful information.
◆ firmwarePartNumber
- (NSString *) firmwarePartNumber |
|
|
|
Gets the firmware part number of the printer.
- Returns
- A string representing the printer firmware part number.
◆ firmwareVersion
- (NSString *) firmwareVersion |
|
|
|
Gets the firmware version of the printer.
- Returns
- A string representing the printer firmware version.
◆ hasClockOption
Checks if the printer has the clock option.
- Returns
- YES if the printer has the clock option, NO otherwise.
◆ hasOdvOption
Checks if the printer has the ODV (Optical Disc Verification) option.
- Returns
- YES if the printer has the ODV option, NO otherwise.
◆ hasRfidOption
Checks if the printer has the RFID option.
- Returns
- YES if the printer has the RFID option, NO otherwise.
◆ model
Gets the model of the printer.
- Returns
- A string representing the printer model.
◆ printheadResolution
- (NSString *) printheadResolution |
|
|
|
Gets the printhead resolution of the printer.
- Returns
- A string representing the printhead resolution.
◆ serialNumber
- (NSString *) serialNumber |
|
|
|
Gets the serial number of the printer.
- Returns
- A string representing the printer serial number.
◆ setRawInfoWithDictionary:
- (void) setRawInfoWithDictionary: |
|
(NSDictionary< NSString *, NSString * > *) | rawInfo |
|
Sets the raw information dictionary.
- Parameters
-
rawInfo | The dictionary containing the raw printer information. |
◆ rawInfo
- (NSDictionary<NSString *, NSString *>*) rawInfo |
|
readnonatomicstrong |
The raw information dictionary containing printer details.
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/sdk_json_Objective-C_IOS/sdk_json_Objective-C_IOS/Json/PrinterInfo.h