Intermec ck1 Reference Guide

Page of 390
Chapter 2 — Configuring the CK1 System 
CK1 SDK Programmer’s Reference Manual 
73 
Getting Backup Battery Low Limit 
 
Purpose:  Get the backup battery power low limit value in the system. The 
application can use this function to know the value in the system to 
determine something to do or change this value or not.  
 
Syntax: 
int devApmGetBackupBatteryLow( void )
 
 On-CK1 Parameters: None 
 
On-CK1 Return: -1 
 Function 
failed 
otherwise return the percentage of power low limit setting value. 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Getting Backup Battery Very Low Limit 
 
Purpose:  Get the backup battery power very low limit value in the system. The 
application can use this function to know the value in the system to 
determine something to do or change this value or not.  
 
Syntax: 
int devApmGetBackupBatteryVeryLow( void )
 
 On-CK1 Parameters: None 
 
On-CK1 Return: -1 
 Function 
failed 
Otherwise return the percentage of power very low limit setting value. 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Getting Backup Battery Critical Limit 
 
Purpose:  Get the backup battery power critical limit value in the system. The 
application can use this function to know the value in the system to 
determine if it needs to do something or change this value.  
 
Syntax: 
int devApmGetBackupBatteryCritical( void )
 
 On-CK1 Parameters: None 
 
On-CK1 Return: -1 
 
Function 
failed 
value  Percentage of the power critical limit 
 On-Host Parameters: No 
action 
 
On-Host Return:  Always return 0