Specifications
Table Of Contents
- Falcon® 4400 Series
- with Windows Mobile®
- Table of Contents
- How to Use this Manual
- Document Overview
- Registering Your Datalogic Product
- Document Conventions
- Batteries and Power
- Configuration Settings
- Software Programs
- Accessories
- Falcon® Desktop Utility
- SNMP Interface
- Cable & Connector Configurations
- Programming Parameters
- Overview
- Programming Codes Without Parameters
- Bar Code Parameters
- Codabar
- Code 39
- Code 93
- Code 128
- European Article Numbering-13 (EAN-13)
- European Article Numbering-8 (EAN-8)
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- Universal Product Code-A (UPC- A)
- Universal Product Code-E (UPC- E)
- UPC/EAN Extensions
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF 417
- MicroPDF 417
- QR Code
- Imaging Controls
- Other Controls
- OCR Configuration
- Programming Bar Codes
- Overview
- Predefined Defaults
- Codabar
- Code 39
- Code 93
- Code 128
- EAN-13
- EAN-8
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- UPC-A
- UPC-E
- UPC/EAN Extensions
- 2D Symbologies
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF-417
- MicroPDF-417
- QR Code
- Imager Labels
- Other Controls
- SDK Installation
- Glossary
- Index

SDK Installation
G-2 Falcon
®
4400 Series with Windows
Mobile
®
New Functions
Two new functions have been added to this SDK:
1. Get the current Datalogic defined OS ID
int cdecl UnitGetOSType( void );
These defined values are located in unit_api.h
/*** Operating System IDs ***/
#define OS_WINCE_NET0x00// Windows CE 4.2 or 5.0
#define OS_WIN_MOBILE0x01// Windows Mobile
2. Get the current Datalogic defined language type
int cdecl UnitGetLanguage( void );
These defined values are located in unit_api.h
// Translated language IDs: image that has been trans-
lated into a specific language
#define LANG_ENGLISH_T 0x20 // World Wide English
#define LANG_CHN_SMPL_T 0x21 // Simplified Chinese
#define LANG_CHN_TRAD_T 0x22 // Traditional Chinese
#define LANG_FRENCH_T 0x23 // French
#define LANG_GERMAN_T 0x24 // German
#define LANG_ITALIAN_T 0x25 // Italian
#define LANG_SPANISH_T 0x26 // Spanish