Intermec ck1 Reference Guide

Page of 390
Chapter 2 — Configuring the CK1 System 
68 
CK1 SDK Programmer’s Reference Manual 
Setting Backup Battery Low Limit 
 
Purpose:  Set the backup battery power low limit. You can use this function to 
determine the battery power low warning value. Application can use this 
value to do something when battery power is low. This value is the default 
value at next cold boot.  
 
Syntax: 
int devApmSetBackupBatteryLow( int LowValue )
 
 On-CK1 Parameters:  LowValue 
Percentage of battery power for power low limit. If this 
value is smaller than current Backup Battery Very Low 
Limit value, this value is set equal the Backup Battery Very 
Low Limit value (limit: 0 to 100). 
 
On-CK1 Return: -1 
 Setting 
failed 
-2  Value failed to save 
0 Function 
succeeded. 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Setting Backup Battery Very Low Limit 
 
Purpose:  Set the backup battery power very low limit. You can use this function to 
determine the battery power low warning value. The application can use 
this value to do something when battery power is very low, and the very 
low limit must be greater or equal to the critical low value. This value is 
the default value at next cold boot.  
 
Syntax: 
int devApmSetBackupBatteryVeryLow( int VlowValue )
 
 On-CK1 Parameters:  VlowValue 
Percentage of battery power for power very low limit. If 
this value is smaller than current Backup Battery Critical 
Limit value, this value is set equal the Backup Battery 
Critical Limit value (limit: 0 to 100). 
 
On-CK1 Return: -1 
 Setting 
failed 
-2  Value failed to save 
0 Function 
succeeded. 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Setting Backup Battery Critical Limit 
 
Purpose:  Set the backup battery power critical limit. You can use this function to 
determine the battery power critical warning value. The application can 
use this value to do something when the battery power is critical. The