Ktpwritetoflash ktpreset ktpgetversionstring – Rockwell Automation 2727-MRSDK MobileView Terminals Software Development Kit User Manual User Manual
Page 39

Publication 2727-UM004B-EN-P - February 2004
SDK (Software Development Kit) for MobileView Terminals 4-15
KtpWriteToFlash
KtpReset
KtpGetVersionString
Table 4.32
Declaration:
Visual C:
UINT8 WriteToFlash(void);
Visual Basic:
KtpGetWriteToFlash() As Byte
Description:
Writes the registry of the device to the flash.
Table 4.33
Declaration:
Visual C:
UINT8 KtpReset(void);
Visual Basic:
KtpReset () As Byte
Description:
Restarts the device new.
Table 4.34
Declaration:
Visual C:
UINT8 KtpGetVersionString(/*out*/TCHAR
*wszVersionString, unsigned int bufferLen);
Visual Basic:
KtpGetVersionString (ByRef versionString As String,
ByVal buffSize As Integer) As Byte
Description:
Returns the state of the KETOP during start-up.
Arguments:
TCHAR *wszVersionString: pointer to buffer for the versions
string unsigned int bufferLen: length of transferred buffer.