Software KeTop T100
58 User's Manual, version: 3.1 / material no.: 57448
© KEBA 2006
Other Functions
These functions perform various actions on the device.
KtpGetStatus
Declaration
UINT8 KtpGetStatus(/*[out]*/Status *p_tpuStatus);
Description
Gets the start-up state of the handheld terminal.
Arguments
Status *p_tpuStatus, pointer to memory area that will receive a copy of
the status structure.
KtpWriteToFlash
Declaration
UINT8 WriteToFlash(void);
Description
Writes the registry of the device to the flash.
Arguments
-
KtpReset
Declaration
UINT8 KtpReset(void);
Description
Restarts the device new.
Arguments
-
KtpGetVersionString
Declaration
UINT8 KtpGetVersionString(/*out*/TCHAR *wszVersionString,
unsigned int bufferLen);
Description
Returns the state of the KeTop during start-up.
Arguments
TCHAR *wszVersionString: pointer to buffer for the versions string
unsigned int bufferSize: length of transferred buffer.
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