OSI/AS Programming Manual
APS_STATUS_
APS Procedure Calls
3–84 056783 Tandem Computers Incorporated
event-code
output
INT .EXT:ref:1
indicates the most recent event received on the connection. See ZAPS-VAL-EVT-
xxx in Appendix A for a list of the values and their definitions. See Tables 2-2 and
2-4 in Section 2 for the procedure(s) to call to retrieve information after each
indication or confirm primitive.
subdevice-name
output
INT .EXT:ref:(ZAPS-DDL-FILENAME)
is the fully-qualified subdevice name of the connection for the CEPI you specified.
This parameter is available for the CEPI after an APS_ASSOC_CONNECTREQ_ or
APS_ASSOC_ATTACH_ procedure has completed successfully.
If the application name you supply in the
local-appl
parameter of an
APS_ASSOC_CONNECTREQ_ or APS_ASSOC_ATTACH_ call is configured to
use static subdevices, then you must call APS_STATUS_ and save the returned
subdevice-name
if you want to be able to reuse the subdevice.
error-code
output
INT .EXT:ref:1
indicates the current error condition, if any, for this CEPI. For the possible values
of this parameter, see “Error Codes” in Appendix B.
error-subcode
output
INT .EXT:ref:1
is a subcode qualifying
error-code
. For the possible values of this parameter,
see “Error Subcodes” in Appendix B.
service-id
output
INT .EXT:ref:1
identifies the service that generated an error condition. For the possible values of
this parameter, see ZAPS-DDL-SERVICE-ID in Appendix A. If no error has
occurred, the value is ZAPS-VAL-SERVICE-NOVALUE.
diagnostic-buffer
output
INT .EXT:ref:(ZAPS-DDL-DIAG-BUF)
is a diagnostic buffer used to analyze errors. Its format depends on the values of
error-code
and
error-subcode
. Except when the error-code is -1001 and
the error-subcode is 140 (see Considerations), this parameter is reserved for
Tandem internal use.