Leica tps1100 Reference Manual page 54

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Note: This function yields a valid error text only if GeoCOM has been
initialised successfully.
Parameters
Result
szMsgTitle
Return Codes
RC_OK
See Also
COM_GetErrorText
Example
RC_TYPE
// initialize GeoCOM
rc = COM_SetBaudRate(COM_BAUD_19200);
if (rc != RC_OK)
{
COM_ViewError(rc, "Set up connection");
// handle error
}
5.3.14 COM_GetErrorText - Get Error Text
COM_GetErrorText............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ -
C-Declaration
COM_GetErrorText( RC_TYPE Result,
VB-Declaration
VB_COM_GetErrorText(ByVal Result
ASCII-Request
-
ASCII-Response
-
Remarks
This function checks the value of Result and returns an error text if the
value is not equal to RC_OK. The function yields an empty string if the
TPS1100 - Version 1.05
In
In
Always.
rc;
char
Error result code.
Title of the displayed dialog box.
*szErrText)
szErrText
Communication Settings
As Integer,
As String)
5-21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents