Zebra Technologies ZQ110 Printer User Manual


 
ZQ110
Rev. 1.00
- 8 -
Mobile Printer
Windows SDK API Reference Guide
2-2 International CharacterSet (LONG R/W)
As the attribute that defines the International Character Set of the printer, the default
setting is BXL_ICS_USA. Use the SetInterChrSet(), GetInterChrSet()functions to set
values or recall previously set values.
The International Character Sets that can be used are as follows:
Code
Value
Description
BXL_ICS_USA
0
USA code setting
BXL_ICS_FRANCE
1
FRANCE code setting
BXL_ICS_GERMANY
2
GERMANY code setting
BXL_ICS_UK
3
UK code setting
BXL_ICS_DENMARK1
4
DENMARK1 code setting
BXL_ICS_SWEDEN
5
SWEDEN code setting
BXL_ICS_ITALY
6
ITALY code setting
BXL_ICS_SPAIN
7
SPAIN code setting
BXL_ICS_NORWAY
9
NORWAY code setting
BXL_ICS_DENMARK2
10
DENMARK 2 code setting
2-3 State (LONG R)
This attribute sets the printer State. It can only be read, and is automatically set when
examining the printer state by using the CheckPrinter function. Note:State values can be
set in duplication, each value can be confirmed via bit calculation. The values of this
attribute can be recalled by using the GetState function.
Printer State values are as follows:
Code
Value
Description
BXL_STS_NORMAL
0
Printer status is normal
BXL_STS_PAPEREMPTY
1
No paper in printer
BXL_STS_COVEROPEN
2
The printer paper cover is open
BXL_STS_POWEROVER
4
The printer battery capacity is insufficient
BXL_STS_MSR_READY
8
Currently in MSR read mode, printing not possible
BXL_STS_PRINTING
16
Currently printing or transmitting data
BXL_STS_ERROR
32
An error has occurred
BXL_STS_NOT_OPEN
64
The printer is not open
BXL_STS_ERROR_OCCUR
128
An error has occurred