Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 19 -
Mobile Printer
iOS SDK API Reference Guide
4-2-4 modelStr
Model name of printer
Name is provided by the firmware, and it is _EM220II in case of EM220II printer.
@property(readwrite) NSString * modelStr
[Discussion]
This value is updated by the checkPrinter method of BXPrinterController.
[Availability]
SDK 1.0.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 in
case of EM220II.
@property(readwrite) NSString * versionStr
[Discussion]
This value is updated by the checkPrinter method of BXPrinterController.
[Availability]
SDK 1.0.0 and later
4-2-6 macAddress
Mac Address of printer
@property(readwrite) NSString * macAddress
[Availability]
SDK 1.0.0 and later
4-2-7 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 1.0.0 and later