beautypg.com

Paxar Gold 6037EX User Manual

Page 39

background image

Function Reference 4-3

k b d G e t M o d e

Description

Checks if Function Key mode is set or saves the keypad mode
(Numeric/Normal, Upper-case Alpha, or Lower-case Alpha) until
the application calls kbdRestoreMode.

Syntax

int kbdGetMode(void);

Parameters

None

Return Values

1 Numeric/Normal

mode

2

Upper-case Alpha mode

4

Lower-case Alpha mode

9

Function Key mode is set while Numeric/Normal mode is in
effect.

10

Function Key mode is set while Upper-case Alpha mode is in
effect.

12

Function Key mode is set while Lower-case Alpha mode is in
effect.


Example

See “kbdRestoreMode” for an example.