OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-146
FTM_U_ABORT_REQ_
FTM_U_ABORT_REQ_
This procedure allows you to make a request to abort the association with a remote
responder. This procedure terminates all existing regimes.
status return value
INT
indicates the outcome of the call. For a list of possible ZAPS-VAL-STATUS-xxx
values, see Table B-1 on page B-2.
cepi input
INT:value
is the connection endpoint identifier (CEPI) used to identify the specific
association. Use the CEPI value returned from the FTM_INITIALIZE_REQ_
procedure for this association. For additional information on using the cepi
parameter, see the OSI/FTAM Programming Guide.
cepi is a required parameter.
action-result input
INT(32):value
allows you to summarize information available in the diagnostic parameter. The
action-result value is never less severe than the most severe diagnostic
value. Valid values are the following:
ZFTM-VAL-ACTION-SUCCESS
ZFTM-VAL-ACTION-FAILURE
action-result is an optional parameter. If omitted, action-result defaults to
ZFTM-VAL-ACTION-SUCCESS. Because it is likely that a permanent error led to
the U-abort, you will probably most often assign the value ZFTM-VAL-ACTION-
FAILURE to this parameter.
diagnostic input
INT .EXT:ref:(ZFTM-DDL-DIAGNOSTIC)
provides information that explains the reasons for termination of activity. For a
complete list of possible diagnostic values, see Appendix C, ISO FTAM Diagnostic
Messages. For more information on application-generated diagnostic messages,
see the OSI/FTAM Programming Guide.
status := FTM_U_ABORT_REQ_ ( cepi ! I
, [ action-result ] ! I
, [ diagnostic ] ! I
, [ tag ] ) ; ! I