Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 13 -
Mobile Printer
iOS SDK API Reference Guide
2-9 Power
This indicates the remaining battery capacity of the printer. It is read only and a change of
battery status is automatically shown.
Support Device : Mobile Printer (EM220II)
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
This indicates the status of the printer. It is read only and the status of the printer is
automatically shown 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_CONVEROPEN
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
2-11 Connection Control
This defines the type of printer connection.
Available settings are as follows.
Code
Value
Description
BXL_CONNECTIONMODE_AUTO
0
Automatic connect mode
BXL_CONNECTIONMODE_NOAUTO
100
Not automatic connect mode