Handheld Terminal Software
User's Manual, version: 3.1 / material no.: 57448 63
© KEBA 2006
KtpEraseRegistry
Declaration
UINT8 KtpEraseRegistry(void);
Description
Deletes the registry of the device during next startup.
Arguments
-
KtpErasePSM
Declaration
UINT8 KtpErasePSM(void);
Description
Deletes the flash file system of the device during next startup.
Arguments
-
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
-