Metrologic Optimus S Programming Manual page 31

"c" programming guide
Table of Contents

Advertisement

extern long AIMING_TIMEOUT;
This variable holds the aiming timer for the Aiming mode of the scanner. By default, it
is set to 200 (= 1 second).
extern int
IrDA_Timeout;
This variable governs the timer for the IrDA connection, i.e. the system will give up
trying to establish connection with an IrDA device when the timer expires.
Possible value of this variable can be one of the following time intervals. By default, it
is set to 1, i.e., 3 seconds.
1
: 3 sec
2
: 8 sec
3
: 12 sec
4
: 16 sec
5
: 20 sec
6
: 25 sec
7
: 30 sec
8
: 40 sec
BC_X, BC_Y;
extern int
These two variables govern the location of the battery icon, i.e. once their values are
changed, the battery icon will be moved.
Optimus S:
Optimus R:
extern int
KEY_CLICK [4];
This variable holds the frequency-duration pair of the key click.
The following example can be used to generate a beeping sound like the key click.
on_beeper (KEY_CLICK);
extern unsigned char WakeUp_Event_Mask;
For the Optimus R, it is possible to wake up the terminal by one of the following
pre-defined events:
Chapter 3 Terminal Specific Function Library
Set to (96, 51) by default.
Set to (120, 51) by default.
25
/* in units of 5 ms */

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents