
Handheld Terminal
Software
User's Manual, Version: 1.3
65
© KEBA 2007
KtpGetPowerFailState
Declaration
UINT8 KtpGetPowerFailState(void);
Description
Returns the actually state of the powerFail input.
Arguments
-
KtpForcePressedHardbuttons
Declaration
UINT8 KtpForcePressedHardbuttons (void);
Description
A WM_KEYDOWN message will be send for each pressed keyswitch
and the KeyboardCallback function will be activated. This function will
be activated also for the initializing of the KetopApi and for the installa-
tion of the KeyboardCallback function.
Arguments
-
KtpIsJoystickCalibrated
Declaration
UINT8 KtpIsJoysstickCalibrated (void);
Description
Returns OK (0) if all joystick axes are calibrated.
If one or more axes are not calibrated, it returns
INVALID_NOT_CALIBRATED (7).
If no joystick exists, it returns INVALID_NOT SUPPORTED (6).
Arguments
-
KtpIsPotiCalibrated
Declaration
UINT8 KtpIsPotiCalibrated (void);
Description
Returns OK (0) if the override potentiometer is calibrated.
Returns INVALID_NOT_CALIBRATED (7), if it is not calibrated.
Returns INVALID_NOT_SUPPORTED (6) if no override potentiometer
is installed.
Arguments
-
KtpRestoreMemorySettings
Declaration
UINT8 KtpRestoreMemorySettins(void);
Description
Saves the registry-value of the path "System\MemorySettings\ Store-
Pages" as storage memory. If the registry-value is in a range where
memory for storage respectively for program memory is reserved,
these settings wont be changed and IVALID_ARG_RANGE will be
returned.
If it is not allowed to save the memory settings ("Sys-
tem\MemorySettings\MemorySaveEnable"=0),
INVALID_NOT_SUPPORTED will be returned.
Arguments
-
KtpStoreCurrentMemorySettings
Declaration
UINT8 KtpStoreCurrentMemorySettins(void);
Description
Saves the memory settings of the registry ("Sys-
tem\MemorySettings\StorePages"), if it is allowed.
If it is not allowed to save, INVALID_NOT_SUPPORTED will be re-
turned.
Arguments
-