Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 22 -
Mobile Printer
iOS SDK API Reference Guide
5-2-12 state
Printer State Code
This value is updated when checkPrinter method of BXPrinterController is called.
@property(readonly) long state
[Discussion]
Refer to 2-10 State
[Availability]
SDK 1.0.0 and later
5-2-13 power
Printer Power
@property(readonly) long state
[Discussion]
Refer to 2-9 Power
[Availability]
SDK 1.0.0 and later
5-2-14 AutoConnection
Printer Connection
@property(assign) int AutoConnection
[Discussion]
Refer to 2-11 Connection Control
[Availability]
SDK 1.0.0 and later
<Note>
Printer connection is controlled automatically without using connect/disconnect
function in the automatic connection mode.
Consecutive use of printText function may slow down the printing speed because
most functions have a connect/disconnect job at the beginning and end of it.
Use the manual connection mode to address this issue.
5-2-15 errorCorrection
Sets the error correction level of the QR code
@property(assign) int errorCorrection
[Discussion]
Refer to 2-11 Connection Control
[Availability]
SDK 1.0.0 and later