This manual contains proprietary information of Zebra Technologies Corporation. It is
intended solely for the information and use of parties operating and maintaining the equipment described herein. Such proprietary information may not be used, reproduced, or disclosed to any other parties for any other purpose without the expressed written permission
of Zebra Technologies Corporation.
Product Improvements
Since continuous product improvement is a policy of Zebra Technologies Corporation, all
specifications and signs are subject to change without notice.
FCC Compliance Statement
NOTE: This equipment has been tested and found to comply with the limits or a Class B
digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide
reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and, if not installed and
used in accordance with the instructions, may cause harmful interference to radio
communications. However, there is no guarantee that interference will not occur in a
particular installation. If this equipment does cause harmful interference to radio or
television reception, which can be determined by turning the equipment off and on, the
user is encouraged to try to correct the interference by one or more of the following
measures:
• Reorient or relocate the receiving antenna.
• Increase the separation between the equipment and receiver.
• Connect the equipment into an outlet or circuit different from that to which the receiver is
connected.
• Consult the dealer or an experienced radio/TV technician for help.
WARNING: Exposure to Radio Frequency radiation. To conform to FCC RF exposure requirements this device shall be used in accordance with the operating conditions and instructions listed in this manual.
NOTE: This unit was tested with shielded cables on the peripheral devices. Shielded
cables must be used with the unit to insure compliance.
Changes or modifications to this unit not expressly approved by Zebra Technologies Corporation could void the user’s authority to operate this equipment.
Rev. 1.00
EM220II
- 4 -
Mobile Printer
SDK API Reference Guide
Canadian Compliance Statement
This Class B digital apparatus complies with Canadian ICES-003.
Cet appareil numérique de la classe B est conforme á la norme NMB-003 du Canada.
“IC:” before the equipment certification number signifies that the Industry Canada technical
specifications were met. It does not guarantee that the certified product will operate to the
user’s satisfaction.
Liability Disclaimer
Inasmuch as every effort has been made to supply accurate information in this manual,
Zebra Technologies Corporation is not liable for any erroneous information or omissions.
Zebra Technologies Corporation reserves the right to correct any such errors and
disclaims liability resulting therefrom.
No Liability for Consequential Damage
In no event shall Zebra Technologies Corporation or anyone else involved in the creation,
production, or delivery of the accompanying product (including hardware and software) be
liable for any damages whatsoever (including, without limitation, damages for loss of
business profits, business interruption, loss of business information, or other pecuniary
loss) arising out of the use of or the results of use of or inability to use such product, even
if Zebra Technologies Corporation has been advised of the possibility of such damages.
Because some states do not allow the exclusion of liability for consequential or incidental
damages, the above limitation may not apply to you.
This SDK Manual provides information on the dll files required for Windows application
program development.
1-1 Supporting O/S & Platform
- O/S
• Microsoft Windows CE 5.x
• Microsoft Windows CE 6.x
• Microsoft Windows XP
• Microsoft Windows Vista
• Microsoft Windows 7
• Microsoft Windows 8
- Platform
• Pocket PC 2002
• Pocket PC 2003
• Pocket PC 2003 second edition
• Windows Mobile 5
• Windows Mobile 6
• Custom Platform for Armv4i CPU
* supported .Net Framework
1-2 Supporting Devices
This is a list of verified devices. If your PDA cpu type is Armv4 or Armv4i, it is compatible
with our module driver.
- Bluebird BIP6000
- ATID AT570
- Widefly WF35
Rev. 1.00
EM220II
- 7 -
Mobile Printer
SDK API Reference Guide
Code
Value
Description
BXL_CS_PC437 0 Code page PC437
BXL_CS_Katakana 1 Katakana
BXL_CS_PC850 2 Code page PC850
BXL_CS_PC860 3 Code page PC860
BXL_CS_PC863 4 Code page PC863
BXL_CS_PC865 5 Code page PC865
BXL_CS_WPC1252
16
Code page WPC1252
BXL_CS_PC866
17
Code page PC866
BXL_CS_PC852
18
Code page PC852
BXL_CS_PC858
19
Code page PC858
BXL_CS_PC864
22
Code page PC864
BXL_CS_THAI42
23
Code page THAI42
BXL_CS_WPC1253
24
Code page WPC1253
BXL_CS_WPC1254
25
Code page WPC1254
BXL_CS_WPC1257
26
Code page WPC1257
BXL_CS_FARSI
27
Code page Farsi
BXL_CS_WPC1251
28
Code page WPC1251
BXL_CS_PC737
29
Code page PC737
BXL_CS_PC775
30
Code page PC775
BXL_CS_THAI14
31
Code page THAI14
BXL_CS_PC862
33
Code page PC862
BXL_CS_PC855
36
Code page PC855
BXL_CS_PC857
37
Code page PC857
BXL_CS_PC928
38
Code page PC928
BXL_CS_THAI16
39
Code page THAI16
BXL_CS_WPC1256
40
Code page PC1256
BXL_CS_USER
255
User set page
2. Properties
The constant values used in the dll files provided are declared in the BxlConst.h file.
The development environment was based on C++.
2-1 CharacterSet (LONG R/W)
As the attribute that defines the Code Page of the printer, the default setting is
BXL_CS_437. Use the SetCharacterSet(), GetCharacterSet() functions to set values or
recall previously set values.
The Code Pages that can be used are as follows:
Rev. 1.00
EM220II
- 8 -
Mobile Printer
SDK API Reference Guide
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
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
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:
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. As 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:
Rev. 1.00
Loading...
+ 17 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.