OSI/AS Programming Manual
APS_ASSOC_GETPARAM_
APS Procedure Calls
056783 Tandem Computers Incorporated 3–45
conid
output
INT .EXT:ref:(ZAPS-DDL-L5-CONID)
is the session connection identifier. For more information about this parameter,
see “Considerations” and Appendix A. This parameter is available only after you
have received one of the connect primitives listed at the beginning of this
procedure description.
local-appl
output
INT .EXT:ref:(ZAPS-DDL-APPL-ADDR)
contains the OSI address of your application (and the application name if you
previously supplied it). This parameter is available only after an
APS_ASSOC_CONNECTREQ_ or APS_ASSOC_ATTACH_ procedure has
completed or you have received a connect indication primitive. In the latter case,
only the ZPSAP field of the structure is filled in, since the application name (a
Tandem locally defined field) is not received in the connect indication.
remote-appl
output
INT .EXT:ref:(ZAPS-DDL-APPL-ADDR)
contains the OSI address of the remote application (and the remote application
name if you previously supplied it). This parameter is available only after an
APS_ASSOC_CONNECTREQ_ procedure has completed or after you have
received a connect indication or confirm primitive. In the latter case, only the
ZPSAP field of the structure is filled in, since the application name (a Tandem
locally defined field) is not received in the connect indication or confirm.
connect-result
output
INT .EXT:ref:1
indicates the result of your attempt to establish a connection. The value ZAPS-
VAL-CON-ACCEPT indicates a successful connection. For other values of this
parameter, see ZAPS-VAL-CON-xxx in Appendix A. This parameter is available
only after you have received a connect confirm primitive.
session-rqmnts
output
INT .EXT:ref:(ZAPS-DDL-L5-RQMNTS)
are the session-service requirements requested by the remote application. This
parameter is available only after you have received a connect indication or a
connect confirm primitive. For more information about this parameter, see
“Considerations” and Appendix A.