POS Printer
Rev. 2.00
- 16 -
4-2-4 modelStr
Model name of printer
Name is provided by the firmware, and it is _SRP-350II in case of SRP-350II printer.
@property(readwrite) NSString *
modelStr
[Discussion]
This value is updated by the checkPrinter method of BXPrinterController.
[Availability]
SDK 0.8.0 and later
4-2-5 versionStr
Firmware version of printer
Version name is provided by firmware, and it is in the form of _V01.00 STOB 040711.
@property(readwrite) NSString *
versionStr
[Discussion]
This value is updated by the checkPrinter method of BXPrinterController.
[Availability]
SDK 0.8.0 and later
4-2-6 connectionClass
Printer interface type.
This value represents the way that the printer is connected.
Refer 2-15 Connection Class.
@property(readwrite) unsigned short *
connectionClass
[Availability]
SDK 3.0.3 and later