
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 acti-
vated also for the initializing of the KetopApi and for the installation 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\ StorePages"
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 INVALID_ARG_RANGE will be returned.
If it is not allowed to save the memory settings ("System\MemorySettings
\MemorySaveEnable"=0), INVALID_NOT_SUPPORTED will be returned.
Arguments
-
KtpStoreCurrentMemorySettings
Declaration
UINT8 KtpStoreCurrentMemorySettins(void);
Description
Saves the memory settings of the registry ("System\MemorySettings\Store-
Pages"), if it is allowed.
If it is not allowed to save, INVALID_NOT_SUPPORTED will be returned.
Arguments
-
Software
© KEBA 2009
User's Manual V1.50
65