Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 44

Advertising
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 (4-line/33-key version only)

9

Function Key mode is s et 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 (4-line/33-key version only).


Example

See “KbdRestoreMode” for an example.

Advertising