FTAM/9000 Programmer's Guide

Chapter 3 113
HP FTAM/9000 Data Structures
Ft_contents_type_element
Ft_contents_type_element
struct Ft_contents_type_element {
struct Ft_contents_type_element *next_element;
struct Ft_contents_type contents_type;
};
On input, Ft_contents_type_element is the requested document types
per connection; on output, it is a linked list of allowable (negotiated)
document types per connection. Use Ft_contents_type_element to specify
up to three document types: FTAM-1, FTAM-2, and FTAM-3.
Ft_contents_type_element Is
Input To These Functions
Ft_contents_type_element Is
Output From These Functions
ft_connect() ft_connect()
*next_element Points to the next Ft_contents_type_element
structure in the linked list. HP-UX responders
accept up to three Ft_contents_type_element
structures; after three, HP-UX responders ignore
the value.
HP-UX responders accept only FTAM-1, FTAM-2,
and FTAM-3 document types; if you request any
other document type, HP-UX responders remove
the element from the response list.
contents_type Per connection, specify one contents_type for each
document type you want to manipulate (transfer,
access, or manage).