Using NS3000/iX Network Services (36920-90008)

Chapter 7 149
Remote Process Management
ADDOPT
ADDOPT (opt, 0,
8, 2,
data_offset); {first entry is entry zero, option code 8; entry’s data
area contains a 2 byte integer specifying an offset from
data parameter address}
IPCSEND (cd,
data, dlen, ,
opt, result); {sends data located at offset from data address
specified in opt}
INITOPT and ADDOPT allow you to initialize the opt parameter for use
in another intrinsic. These auxiliary intrinsics make the structure of
the opt parameter largely transparent.
Condition codes returned by ADDOPT are:
CCE — Succeeded.
CCL — Failed because of a user error.
CCG — Not returned by this intrinsic.
This intrinsic may be called in split stack mode.