Keypad - Argox PA-20 Programming Manual

Portable data terminal
Hide thumbs Also See for PA-20:
Table of Contents

Advertisement

clr_kb
Purpose:
To clear the keyboard buffer.
Syntax:
void clr_kb(void);
Example call:
clr_kb( );
#include "SDK.h "
Includes:
Description:
The clr_kb function clears the keyboard buffer. This function is
automatically called by the system program upon power up.
Returns:
none
dis_alpha
Purpose:
Disable alphabet key stroke processing.
Syntax:
void dis_alpha(void);
Example call:
dis_alpha( );
#include "SDK.h "
Includes:
Description:
The dis_alpha function disables the alphabet key stroke processing. If the
alpha lock status is on prior to calling this function, it will become off after
calling this function.
Returns:
none
en_alpha
Purpose:
Enable alphabet key stroke processing.
Syntax:
void en_alpha(void);
Example call:
en_alpha( );
#include "SDK.h "
Includes:
Description:
The en_alpha function enables the alphabet key stroke processing.
Returns:
none
get_alpha_enable_state
Purpose:
Get the status of the alphabet key stroke processing.
Syntax:
void get_alpha_enable_state (void);
Example call:
get_alpha_enable_state ( );
#include "SDK.h "
Includes:
Description:
This routine gets the current status, enable/disable, of the alphabet key
stroke processing. The default is enabled.
Returns:
1, if the alphabet key stroke processing is enabled.
0, if disabled.
set_alpha_mode_state
Purpose:
Set the status of the alphabet mode status.
PT-20 Programming Guide

Keypad

66

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pa-21Pa-2110Pa-2010

Table of Contents