New functions – Datalogic Scanning FALCON 4400 SERIES User Manual

Page 194

Advertising
background image

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

Advertising