FTAM/9000 Programmer's Guide

84 Chapter 3
HP FTAM/9000 Data Structures
Ae_title
Ae_title
typedef union Ae_title
{
struct Object_id ae_object_id;
struct Dir_dn ae_dir_dn;
} Ae_title;
The my_ae_title input to ft_aeactivation() specifies the ae_title of the
ftam_init to activate. The called_ae_title input to ft_connect() enables
you to specify an optional ae_title for the responder.
Both my_ae_title and called_ae_title may be represented as either an
ae_object_id or ae_dir_dn. However, HP-UX FTAM supports only
ae_object_id.
The Ae_title_option value determines whether the Ae_title union takes
the ae_object_id, ae_dir_dn, or No_value_option form.
Ae_title carries no semantic value. If not used, set length to zero and
ae_dir_dn to NULL.
If you use Ae_title, the object_id.element value is set for you to the
following value: 1 3 9999 1 ftam_nil_ap_title (7).
Ae_title Is Input To These
Functions
Ae_title Is Output From These
Functions
ft_aeactivation()
ft_connect()
ft_connect()
ae_object_id Contains local and remote application entity (AE)
information.
ae_dir_dn Contains the directory distinguished name form of
the Ae_title.