Public 成员函数 | |
__init__ (self) | |
set_raw_info (self, raw_info) | |
设置原始资讯字典。 | |
model (self) | |
获取印表机型号。 | |
firmware_version (self) | |
获取印表机固件版本。 | |
firmware_part_number (self) | |
获取印表机固件部件号。 | |
has_clock_option (self) | |
检查印表机是否具有时钟选项。 | |
has_odv_option (self) | |
检查印表机是否具有ODV(光盘验证)选项。 | |
has_rfid_option (self) | |
检查印表机是否具有RFID选项。 | |
printhead_resolution (self) | |
获取印表机的打印头分辨率。 | |
serial_number (self) | |
获取印表机的序列号。 | |
Protected 属性 | |
_raw_info | |
PrinterMonitor.PrinterInfo.__init__ | ( | self | ) |
PrinterMonitor.PrinterInfo.firmware_part_number | ( | self | ) |
获取印表机固件部件号。
PrinterMonitor.PrinterInfo.firmware_version | ( | self | ) |
获取印表机固件版本。
PrinterMonitor.PrinterInfo.has_clock_option | ( | self | ) |
检查印表机是否具有时钟选项。
PrinterMonitor.PrinterInfo.has_odv_option | ( | self | ) |
检查印表机是否具有ODV(光盘验证)选项。
PrinterMonitor.PrinterInfo.has_rfid_option | ( | self | ) |
检查印表机是否具有RFID选项。
PrinterMonitor.PrinterInfo.model | ( | self | ) |
获取印表机型号。
PrinterMonitor.PrinterInfo.printhead_resolution | ( | self | ) |
获取印表机的打印头分辨率。
PrinterMonitor.PrinterInfo.serial_number | ( | self | ) |
获取印表机的序列号。
PrinterMonitor.PrinterInfo.set_raw_info | ( | self, | |
raw_info ) |
设置原始资讯字典。
raw_info | 包含原始印表机资讯的字典。 |
|
protected |