Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 13 -
Mobile Printer
iOS SDK API Reference Guide
2-8 Image Width
The following table defines the available settings for resizing the width of an image.The
valid range is 0 to maximum width.
Code
Value
Description
BXL_WIDTH_FULL
-1
Value is set to max width and the image is
resized to the full paper size
BXL_WIDTH_NONE
-2
Image is not resized
2-9 Power
The read-only Power setting indicates the remaining battery capacity of the printer. A
change of battery status is shown automatically.
Supported Device: Mobile Printer (ZQ110)
The remaining battery capacity status values are as follows.
Code
Value
Description
BXL_PWR_HIGH
0
Remaining battery capacity is 95%
BXL_PWR_MIDDLE
1
Remaining battery capacity is 85%
BXL_PWR_LOW
2
Remaining battery capacity is 50%
BXL_PWR_SMALL
3
Remaining battery capacity is 25%
BXL_PWR_NOT
4
Remaining battery capacity is less than 25%
2-10 State
The read-only Status setting indicates the status of the printer. The status of the printer is
shown automatically when printer status is checked by calling the CheckPrinter function.
Status values can be combined, and each setting can be checked through bit operation.
Printer status settings are as follows.
Code
Value
Description
BXL_STS_NORMAL
0
Normal
BXL_STS_PAPEREMPTY
1
No paper
BXL_STS_COVEROPEN
2
Printer cover open
BXL_STS_POWEROVER
4
Not enough remaining battery of printer
BXL_STS_MSR_READY
8
No printing
MSR read only mode
BXL_STS_PRINTING
16
Printer is printing or receiving data
BXL_STS_ERROR
32
Error in communication with printer
BXL_STS_NOT_OPEN
64
Open method of BXPrinterControl was
not called
BXL_STS_ERROR_OCCUR
128
Printer internal error
BXL_STS_NOT_CONNECTED
-1
Currently printer is not connected