FTAM/9000 Programmer's Guide
154 Chapter 3
HP FTAM/9000 Data Structures
Ft_service_class
• If using FT_SC_TRANSFER_AND_MGMT, you must use group #1
and #2, or use group #3, as follows.
• Open the file with group #1, transfer data as needed, and close the
file with group #2 OR
• Use group #3 to select or create a file, read or change attributes,
and deselect or delete the file.
• If you select FT_SC_ACCESS, you can use any of the groupings.
Mandatory
Beginning
Functions
Must Have
One of these
Functions
Optional
Functions
Must Have
One of these
Functions
Mandatory
Ending
Functions
#1 ft_bgroup() ft_select()
ft_create()
ft_rattributes()
ft_cattributes()
ft_open() ft_egroup()
#2 ft_bgroup() ft_close() ft_rattributes()
ft_cattributes()
ft_deselect()
ft_delete()
ft_egroup()
#3 ft_bgroup() ft_select()
ft_create()
ft_rattributes()
ft_cattributes()
ft_deselect()
ft_delete()
ft_egroup()
#4 ft_bgroup() ft_select()
ft_create()
ft_rattributes()
ft_cattributes()
ft_egroup()
#5 ft_bgroup() ft_rattributes()
ft_cattributes()
ft_deselect()
ft_delete()
ft_egroup()