Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
204 
CK1 SDK Programmer’s Reference Manual 
otk_range_set_min 
 
Purpose:  Set the minimum value of the range.  
 
Prototype: 
int otk_range_set_min (OtkRange *range, int min);
 
 
Parameters:  range 
Pointer of the OtkRange instance 
min 
Minimum value of the range 
 
Return: OTK_FALSE 
If 
failed 
OTK_TRUE If 
succeeded 
otk_range_get_min 
 
Purpose:  Get the minimum value of the range.  
 
Prototype: 
int otk_range_get_min (OtkRange *range);
 
 
Parameter:  range 
Pointer of the OtkRange instance 
 
Return: OTK_FALSE 
If 
failed 
Minimum value of the range 
If succeeded 
otk_range_set_value 
 
Purpose:  Set the value of the range.  
 
Prototype: 
int otk_range_set_value (OtkRange *range, int value);
 
 
Parameters:  range 
Pointer of the OtkRange instance 
value 
Value of the range 
 
Return: OTK_FALSE 
If 
failed 
OTK_TRUE If 
succeeded 
otk_range_get_value 
 
Purpose:  Get the value of the range.  
 
Prototype: 
int otk_range_get_value (OtkRange *range);
 
 
Parameter:  range 
Pointer of the OtkRange instance 
 
Return: OTK_FALSE 
If 
failed 
Value of the range 
If succeeded