Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
187 
 
Parameters:  oep   
Pointer of the specified entry instance 
restrictlength 
Value of the restrict length 
 
Return: None 
otk_entry_set_pswdmode 
 
Purpose:  Set the Password mode of the specified entry. 
 
Prototype: 
void otk_entry_set_pswdmode(OtkEntry* oep, OTK_BOOL 
pswdmode);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
pswdmode 
New value of the pswdmode property 
 
Return: None 
otk_entry_show 
 
Purpose:  Show the specified entry. 
 
Prototype: 
void otk_entry_show(OtkEntry* oep);
 
 
Parameter:  oep 
Pointer of the specified entry instance 
 
Return: None 
otk_entry_hide 
 
Purpose:  Hide the specified entry. 
 
Prototype: 
void otk_entry_hide(OtkEntry* oep);
 
 
Parameter:  oep 
Pointer of the specified entry instance 
 
Return: None 
otk_entry_refresh 
 
Purpose:  Redraw the specified entry. 
 
Prototype: 
void otk_entry_refresh(OtkEntry* oep);
 
 
Parameter:  oep 
Pointer of the specified entry instance 
 
Return: None