FTAM/9000 Programmer's Guide

264 Chapter 6
Managing HP FTAM/9000 Connections
Establishing and Removing Connections
ft_rrequest() Parameters
ft_aereset()
#include %</opt/ftam/include/map.h>
#include %</opt/ftam/include/mapftam.h>
Return_code
ft_aereset(ae_label, return_event_name, inout_dcb)
Ae_label ae_label;
Local_event_name return_event_name;
struct Ft_output **inout_dcb;
Use ft_aereset() to abort all open connections and return ftam_init to its
initial state.
Ft_output
struct Ft_output {
Uint32 size;
struct Api_rc result;
};
ft_rrequest()
Parameter
Type Description
connection_id Mandatory
Input
Uniquely identifies the connection you want to
release
return_event_na
me
Mandatory
Input
If the call is asynchronous, uniquely identifies the
function call; if the call is synchronous, the value is
0 (zero)
input_dcb Optional Input Contains no information; pass a NULL pointer
inout_dcb->size Mandatory
input if using
inout_dcb
Size (in Octets) of the inout_dcb structure and data
inout_dcb->result Output Pointer to the struct Api_rc containing the outcome
of the operation: result_code and vendor_code
(HP-UX—specific error)
inout_dcb->outpu
t_ info->charging
Output HP-UX responders do not use charging, though it
may contain information from other responders