Intermec ck1 Reference Guide

Page of 390
Chapter 2 — Configuring the CK1 System 
50 
CK1 SDK Programmer’s Reference Manual 
Setting Brightness (continued) 
 On-CK1 Parameters:  SetValue 
the new brightness value (0-100). 
 
On-CK1 Return: -1 
 Function 
failed 
0 Function 
succeeded 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Adjusting Brightness 
 
Purpose:  Adjust the brightness of a specified LCD/LCM device for temporary test.  
 
Syntax: 
int devLcdAdjustBrightness(int AdjValue)
 
 On-CK1 Parameters:  AdjValue 
New brightness value (0~100). 
 
On-CK1 Return: -1 
 Function 
failed 
0 Function 
succeeded 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Restoring Brightness 
 
Purpose:  Restore the brightness of the specified LCD/LCM device to the value 
before devLcdAdjustBrightness() was called. 
 
Syntax: 
int devLcdRestoreBrightness(void)
 
 
On-CK1 Return: -1 
 Function 
failed 
0 Function 
succeeded 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0 
Turning On the LCD 
 
Purpose:  Turn on the specified LCD/LCM device. 
 
Syntax: 
int devLcdTurnOnPower(void)
 
 
On-CK1 Return: -1 
 Function 
failed 
0 Function 
succeeded 
 On-Host Parameters: None 
 
On-Host Return:  Always return 0