RTNDATA(RET,HDL) |
Returns data retrieved from a remote site.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RET |
Output |
Return array.
|
HDL |
Input |
Handle of data to retrieve.
|
|
CLEAR(RET,HDL) |
This call will clear the data (in XTMP) connected
with the handle that is passed in.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RET |
Both |
This call was setup to be used by RPC Broker this is
the return. It will always be set like this: RET(0)=1
|
HDL |
Input |
This is the Handle for the data that you want
cleared.
|
|
CLEARALL(RET) |
This call will clear ALL Remote or Deferred data for
the current job.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HDL |
Both |
This call was setup to be used by RPC Broker this is
the return. It will always be set like this: RET(0)=1
|
|