Intermec ck1 Reference Guide

Page of 390
Chapter 5 — Nano-X APIs 
CK1 SDK Programmer’s Reference Manual 
287 
 
Syntax: 
void        GrSelectPadKeys            (GR_WINDOW_ID wid,
 
                                         int padbuttons); 
 
Parameters:  wid 
Identification of the window to select keys 
padbutton  Pad keys to accept 
GrSetTriggerEnabled() 
 
Purpose:  Enable or disable the Scan button. 
 
Syntax: 
void           GrSetTriggerEnabled     (GR_BOOL enabled); 
 
Parameters:  enabled  Enable or disable the Scan button 
GrGetCurrentKeyMapping() 
 
Purpose:  Get the current keyboard mapping code for Shift-0Del, and the Period 
(.) key. 
 
Syntax: 
GR_KEYMAPPING GrGetCurrentKeyMapping       (void);
 
 
Return:  The number maps to GR_KEYMAPPING 
GrSetKeyMapping() 
 
Purpose:  Set the current keyboard mapping code for Shift-0Del, and the Period 
(.) key.  
 
Syntax: 
void     GrSetKeyMapping     (GR_KEYMAPPING new_mapping); 
 
Parameters:  new_mapping 
New mapping for Shift-0Del, and the Period (.) key 
GrSetKeyboardMappingFile() 
 
Purpose:  Set entire keyboard mapping file as current usage. 
 
Syntax: 
void    GrSetKeyboardMappingFile    (char *sMappingFile);
 
 
Parameters:  sMappingFile 
Current mapping file used in this application 
GrSetKeyboardMappingDefault() 
 
Purpose:  Set the entire keyboard mapping to default settings. 
 
Syntax: 
void            GrSetKeyboardMappingDefault (void);