
Handheld Terminal
Software
User's Manual, Version: 1.3
61
© KEBA 2007
KtpGetEEPromData
Declaration
UINT8 KtpGetEEPromData(/*out*/TEEPromData *data);
Description
Read the data from the EEProm
Arguments
TEEPromData data: data structure for the data contained in the
EEProm
KtpWriteByteToEEProm
Declaration
UINT8 KtpWriteByteToEEProm (/*in*/UINT16 addr, UINT8 data);
Description
Writes a byte to the EEProm location transferred in addr.
Arguments
UINT16 addr: address of memory location
UINT8 data: data for saving
KtpReadByteFromEEProm
Declaration
UINT8 KtpReadByteFromEEProm (/*in*/UINT16 addr, /*out*/
UINT8 *pData);
Description
Reads a byte from the EEProm location transferred in addr.
Arguments
UINT16 addr: address of memory location
UINT8 *pData: data from the EEProm
KtpLaunchTouchScreenCalibApp
Declaration
UINT8 KtpLaunchTouchScreenCalibApp (void);
Description
Starts the touch-screen calibration tool.
Arguments
-
KtpGetTemperature
Declaration
UINT8 KtpGetTemperature (void);
Description
Returns the current temperature of the KeTop.
Arguments
-
KtpDoBeep
Declaration
UINT8 KtpDoBeep (/*in*/ UINT8 beepTime10ms);
Description
Is active for beepTime10ms * 10 ms
Arguments
UINT8 beeptime10ms: duration of beeps in n* 10ms
KtpGetVariantData
Declaration
UINT8 KtpGetVariantData (/*out*/ TKtpVariantData *data);
Description
Reads the device configuration from the EEProm.
Arguments
TKtpVariantData data: data structure for VariantData.