FTAM/9000 Programmer's Guide
Chapter 3 139
HP FTAM/9000 Data Structures
Ft_file_passwords
Ft_file_passwords
struct Ft_file_passwords {
Ft_single_file_pw read;
Ft_single_file_pw insert;
Ft_single_file_pw replace;
Ft_single_file_pw extend;
Ft_single_file_pw erase;
Ft_single_file_pw read_attribute;
Ft_single_file_pw change_attribute;
Ft_single_file_pw delete_file;
};
FT_FA_READ Reads contents of the file (FTAM-1, FTAM-3, and
INTAP-1) or of the FADU (FTAM-2).
FT_FA_INSERT Inserts data at the end of a file (FTAM-2 only).
FT_FA_REPLACE Replaces the existing FADU contents (FTAM-1,
FTAM-3, and INTAP-1 only).
FT_FA_EXTEND Appends data to the end of the existing FADU
(FTAM-1, FTAM-3, and INTAP-1 only).
FT_FA_ERASE Erases the entire file.
FT_FA_READ_ATTRIBUTE Reads the file attributes.
FT_FA_CHANGE_ATTRIBUTE Changes the file attributes.D
FT_FA_DELETE_FILE Deletes the entire file.