OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-140
FTM_TERMINATE_CNF_
FTM_TERMINATE_CNF_
This procedure allows you to retrieve results of the application’s request to terminate
an association with a remote responder.
error return value
INT
indicates the outcome of the call. For a list of defined values, see Appendix B,
NonStop FTAM Initiator Error Messages.
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.
charging output
INT .EXT:ref:(ZFTM-DDL-CHARGING)
conveys information on the costs attributed to the account during the regime being
released. The charging parameter is present only if you provided the account
parameter on the FTM_INITIALIZE_REQ_ call.
charging is a list of triples, each of which contains a resource identifier, a
charging unit, and a charge value. If the responder returns a resource identifier or
charging unit that is greater than 16 characters, the initiator passes only the first 16
characters to the application.
charging is an optional parameter.
Considerations
To complete this procedure call successfully, the association must be in the FTAM
regime.
Before calling FTM_TERMINATE_CNF_, you must call the following procedures:
FTM_TERMINATE_REQ_
APS_EVENT_RECEIVE_
APS_STATUS_
error := FTM_TERMINATE_CNF_ ( cepi ! I
, [ charging ] ) ; ! O