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).