im_get_input_mode
4-17
4
im_get_input_mode
Purpose
This function provides compatibility with the JANUS PSK functions. This
function retrieves the current input mode setting. Input modes affect how the
reader interprets and stores input.
Syntax
#include "imt209x.h"
IM_STATUS im_get_input_mode ();
IN Parameters
None.
OUT Parameters
None.
Return Value
This function returns one of these codes:
IM_PROGRAMMER Input is returned as a string (default). Simple line
editing is permitted using the backspace key.
IM_WEDGE Input is returned as a string. Use Backspace for simple line
editing.
IM_DESKTOP Keyboard characters are returned as 4 bytes. The first
byte is the ASCII code. The second byte is the scan code, and the last 2
bytes are flags for modifier keys (Shift, Control, and Alt). For label input,
the entire string is returned.
See Also
im_set_input_mode, im_receive_input
im_get_kbmode
Purpose
This function identifies the current keyboard mode.
Syntax
#include "imt209x.h"
int IM_GET_KBMODE(void);
IN Parameters
None.
OUT Parameters
None.
Return Value
KEYBOARD_MODE_ALPHA The keyboard is in alphabetic mode.
KEYBOARD_MODE_NUMBER The keyboard is in numeric mode.
See Also
im_set_kbmode
Summary of Contents for Trakker T2090
Page 1: ...TRAKKER T2090Batch Hand HeldComputer P N 067212 003 User s Manual ...
Page 4: ......
Page 14: ......
Page 19: ...Getting Started 1 ...
Page 20: ......
Page 33: ...User Interface 2 ...
Page 34: ......
Page 55: ...Application Development 3 ...
Page 56: ......
Page 61: ...Application Functions 4 ...
Page 62: ......
Page 127: ...Reader Command Reference 5 ...
Page 128: ......
Page 145: ...Configuration Command Reference 6 ...
Page 146: ......
Page 187: ...BIOS Support 7 ...
Page 188: ......
Page 205: ...Hardware Specifications 8 ...
Page 206: ......
Page 212: ......
Page 213: ...Demo Software A ...
Page 214: ......
Page 230: ......
Page 231: ...Microsoft Visual C C Settings B ...
Page 232: ......
Page 237: ...Full ASCII Charts C ...
Page 238: ......