OSI/AS Programming Manual
APS_ASSOC_CONNECTRSP_
APS Procedure Calls
3–38 056783 Tandem Computers Incorporated
APS_ASSOC_CONNECTRSP_
This procedure allows you to respond to a session, presentation, or ACSE connect
indication you have received from a remote application. For more information about
connection establishment, see “Establishing a Connection” in Section 2.
status
:= APS_ASSOC_CONNECTRSP_
(
cepi
! I
,
local-appl
! I
,
connect-result
! I
,
session-rqmnts
! I
,[
conid
] ! I
,[
user-data
] ! I
,[
tag
] ! I
,[
pres-context-result-list
] ! I
,[
pres-default-context-result
] ! I
,[
acse-appl-context-name
] ! I
,[
acse-local-ae-title
] ! I
,[
acse-local-invocation-ids
] ! I
,[
acse-diagnostic
] ); ! I
status
returned value
INT
indicates the outcome of the call. For the possible values of ZAPS-VAL-STATUS-
xxx, see “Status Codes” in Appendix B.
cepi
input
INT:value
is the connection endpoint identifier (CEPI) for this connection. The API created
this CEPI when you called APS_ASSOC_ATTACH_.
local-appl
input
INT .EXT:ref:(ZAPS-DDL-APPL-ADDR)
is the name and/or OSI address of your application. When you call
APS_ASSOC_CONNECTRSP_ , you are acting as the responding application, as
defined in the OSI session standard. For more information about this parameter,
see “Considerations.”