OSI/AS Programming Manual
APS_ASSOC_CONNECTRSP_
APS Procedure Calls
3–40 056783 Tandem Computers Incorporated
conid
input
INT .EXT:ref:(ZAPS-DDL-L5-CONID)
is the session connection identifier. Its use is not strictly defined and should be
agreed upon in advance with the remote application. See Appendix A for the
structure of this parameter.
user-data
input
INT .EXT:ref:*
contains the user data you wish to send to the remote application; see
“Considerations” for the maximum amount of data you can send. If you use this
parameter to send data, you must specify a value of the
connect-result
parameter that indicates data can be sent. (For appropriate values for each layer,
see the description of the
connect-result
parameter.)
You must define the structure of the data buffer, as described in “Defining User
Data Buffers” in Section 2. For a normal-mode presentation or ACSE connection,
you must also encode the data, as described in “Encoding ACSE and Presentation
User Data” in Section 2.
tag
input
INT(32):value
is for use in nowait mode only. Specify a unique value to identify this instance of
the procedure call. When the operation is complete, the MFM_AWAITIOX_
procedure returns the tag value, allowing you to match the completion with the
correct instance of the procedure call.
pres-context-result-list
input
INT .EXT:ref:(ZAPS-DDL-PRES-CNTXT-RLIST)
is the presentation context definition result list for your connection. This
parameter applies only to presentation and ACSE connections. If a value for this
parameter is given in the indication, you must return a value in the response. For
more information about this parameter, see ZAPS-DDL-PRES-CNTXT-RLIST in
Appendix A and “Encoding ACSE and Presentation User Data” in Section 2.
pres-default-context-result
input
INT:value
is your acceptance or rejection of the default context name for your connection.
This parameter is meaningful only when you are rejecting the connection (that is,
when you set
connect-result
to a value other than ZAPS-VAL-CON-
ACCEPT). This parameter applies only to presentation and ACSE connections and
is optional. For the possible values of this parameter, see ZAPS-VAL-CNTXT-
RSLT-xxx in Appendix A and “Encoding ACSE and Presentation User Data” in
Section 2. The default value is ZAPS-VAL-CNTXT-RSLT-NOVALUE.