Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 18 -
Mobile Printer
iOS SDK API Reference Guide
4-2-4 modelStr
Model Name of Printer
The model name is provided by the firmware. For the ZQ110 printer, _ZQ110 is returned.
@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
The version name is provided by the firmwareFor the ZQ110, 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 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 to 2-13 Connection
Class.
@property(readwrite) unsigned short * connectionClass
[Availability]
SDK 1.0.0 and later
4-2-8 bluetoothDeviceName
Bluetooth Device Name.
The name‟ is saved automatically by collecting information from the connected printer.
@property(readOnly) NSString * bluetoothDeviceName
[Availability]
SDK 1.0.0 and later