Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP 9000 Networking: HP FTAM/9000 Programmer's Guide > Chapter 3 HP FTAM/9000 Data Structures

Ae_title

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

typedef union Ae_title
{
struct Object_id ae_object_id;
struct Dir_dn ae_dir_dn;
} Ae_title;

Ae_title Is Input To These Functions

Ae_title Is Output From These Functions

ft_aeactivation()

ft_connect()

ft_connect()

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_object_id

Contains local and remote application entity (AE) information.

ae_dir_dn

Contains the directory distinguished name form of the Ae_title.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1997 Hewlett-Packard Development Company, L.P.