Leica tps1100 Reference Manual page 30

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Return Code
RC_COM_TIMEDOUT
RC_COM_WRONG_FORMAT
RC_COM_VER_MISMATCH
RC_COM_CANT_DECODE_
REQ
RC_COM_PROC_UNAVAIL
TPS1100 - Version 1.05
Fundamentals of Programming GeoCOM
Val
Description
3077 Call timed out. The client has sent an RPC to
the server but it has not replied within the
current time-out period as set for the current
transaction. This could be because: the server
has not received the request; the server has
taken too long to execute the request; the
client has not received the reply; the
communication line (physical layer is no
longer there; or, the time-out is too short
(especially true when communicating over
noisy or radio links at low baud rates).
3078 The request and receive formats are different.
Something got mixed up along the way or the
application tried to send using a format which
has not been implemented on both client and
server.
3079 RPC protocol mismatch error. An RPC
protocol has been requested which does not
exist. This error will indicate incompatible
client and server protocols.
3080 Can't decode request in server. If the client
sends the server an RPC but one which
cannot be decoded in the server, the server
replies with this error. It could be that the
GeoCOM versions running on the client and
server are different or the packet was not
correctly sent over a noisy or unreliable line.
3081 The requested procedure is unavailable in the
server. An attempt has been made to call an
RPC, which does not exist. This is usually
caused when calling RPC's which have been
inserted, appended, deleted, or altered
between the differing versions of GeoCOM
on client and server. To be on the safe side,
always use the same GeoCOM version
whenever possible on both sides.
3-17

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents