Functions for reading the configuration, Functions for reading the configuration -5, Ktpsetscreensavertimeoutsec ktpsetbuzzervolume – Rockwell Automation 2727-MRSDK MobileView Terminals Software Development Kit User Manual User Manual
Page 29: Ktpgetbrightness

Publication 2727-UM004B-EN-P - February 2004
SDK (Software Development Kit) for MobileView Terminals 4-5
KtpSetScreenSaverTimeOutSec
KtpSetBuzzerVolume
Functions for Reading the
Configuration
Functions that read a configuration return the current value of the
configuration parameters. None of the functions require a parameter.
These functions do not check for errors since the return value of the
function is the value of the configuration parameter.
KtpGetBrightness
Table 4.9
Declaration:
Visual C:
UINT8 SetScreenSaverTimeOutMin(/*[in]*/UINT16
u16_ScreenSaverTO);
Visual Basic:
KtpSetScreenSaverTimeOutSec(ByVal sreenSaverTO As Integer) As
Byte
Description:
Sets the timeout value of the screensaver in seconds.
Arguments
0-65535, 0 = off, 65535 = max
Table 4.10
Declaration:
Visual C:
UINT8 KtpSetBuzzerVolume(/*[in]*/UINT8 u8_Volume);
Visual Basic:
KtpSetBuzzerVolume(ByVal volume As Byte) As Byte
Description:
Sets the volume of the buzzer.
Arguments
0-16, 0 = off, 16 = max
Table 4.11
Declaration:
Visual C:
UINT8 KtpGetBrightness(void);
Visual Basic:
KtpGetBrightness() As Byte
Description:
Gets the current brightness value of the LC display.