Software KeTop T100
54 User's Manual, version: 3.1 / material no.: 57448
© KEBA 2006
Functions for Reading the Configuration
These functions return the current value of the configuration parameters.
None of the functions need any parameter. These functions do not enable
checking for errors since the return value of the function is the value of the
configuration parameter.
KtpGetBrightness
Declaration
UINT8 KtpGetBrightness(void);
Description
Gets the current brightness value of the LC display.
Arguments
-
KtpGetBrightnessPercent
Declaration
UINT8 KtpGetBrightnessPercent(/*[out]*/UINT8
*u8_Brightness);
Description
Gets the current brightness value of the LC display in percent.
Arguments
UINT8 *u8_Brightness: brightness value 0-100%
KtpGetContrast
Declaration
UINT8 KtpGetContrast(void);
Description
Gets the current contrast value of the LC display.
Arguments
-
KtpGetContrastPercent
Declaration
UINT8 KtpSetContrastPercent(/*[out]*/UINT8 *u8_Contrast);
Description
Gets the current contrast value of the LC display in percent.
Arguments
UINT8 *u8_Contrast: contrast value 0-100%
KtpGetBacklight
Declaration
TKtpBacklightStat KtpGetBacklight(void);
Description
Gets the current status of the background lighting.
Arguments
-
KtpGetScreenSaverTimeoutMin
Declaration
UINT8 GetScreenSaverTimeOutMin(void);
Description
Gets the current timeout value of the screensaver in minutes.
Arguments
-
KtpGetScreenSaverTimeoutSec
Declaration
UINT8 GetScreenSaverTimeOutSec(void);
Description
Gets the current timeout value of the screensaver in seconds.
Arguments
-
KtpGetBuzzerVolume
Declaration
UINT8 KtpGetBuzzerVolume(void);
Description
Gets the current volume value of the buzzer.
Arguments
-