OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-44
FTM_DATA_END_REQ_
FTM_DATA_END_REQ_
This procedure allows you to request an end to a block data transfer initiated by the
FTM_WRITE_REQ_ procedure.
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 specify the result of the current data-transfer operation and
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 you do not supply this parameter, it
defaults to ZFTM-VAL-ACTION-SUCCESS.
diagnostic input
INT .EXT:ref:(ZFTM-DDL-DIAGNOSTIC)
provides information that explains the reason for termination of activities. 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.
diagnostic is an optional parameter.
status := FTM_DATA_END_REQ_ ( cepi ! I
, [ action-result ] ! I
, [ diagnostic ] ! I
, [ tag ] ) ; ! I