OSI/AS Programming Manual

APS_ASSOC_CONNECTRSP_
APS Procedure Calls
056783 Tandem Computers Incorporated 3–39
connect-result
input
INT:value
contains your response to the connect request. The following values are valid for
session connections:
ZAPS-VAL-CON-ACCEPT, to accept the connection and optionally send user
data
ZAPS-VAL-CON-U-REJECT-NORSN, to reject the connection but give no
reason and send no user data
ZAPS-VAL-CON-U-REJECT-CONG, to reject the connection because of
congestion and send no user data
ZAPS-VAL-CON-U-REJECT-DATA, to reject the connection and send user
data
The following values are valid for presentation connections:
ZAPS-VAL-CON-ACCEPT, to accept the connection and optionally send user
data
ZAPS-VAL-CON-U-REJECT, to reject the connection and optionally send user
data
The following values are valid for ACSE connections:
ZAPS-VAL-CON-ACCEPT, to accept the connection and optionally send user
data (the result source value in the corresponding confirm primitive will be
ZAPS-VAL-RSLT-SRC-USER)
ZAPS-VAL-CON-REJECT-PERM, to reject the connection because of a
permanent problem (usually an error in the connect request) and optionally
send user data
ZAPS-VAL-CON-REJECT-TRANS, to reject the connection because of a
transient problem (for which a retry may succeed) and optionally send user
data
All other values, which are not valid with this procedure, are listed under ZAPS-
VAL-CON-xxx in Appendix A.
session-rqmnts
input
INT .EXT:ref:(ZAPS-DDL-L5-RQMNTS)
specifies your session service requirements. Respond to the connect indication
primitive by specifying the functional units you wish to use and the initial values
for the synchronization point and for tokens. For more information about this
parameter, see “Considerations” and Appendix A.