FTAM/9000 Programmer's Guide
Chapter 3 117
HP FTAM/9000 Data Structures
Ft_contents_type
Ft_dt_ftam_1.
struct Ft_dt_ftam_1
{
enum Ft_class class;
Uint16 string_length;
enum Ft_string_significance significance;
};
• The class must be FT_CL_IA5_STRING or
FT_CL_GENERAL_STRING.
• The string_length supported by responders must be at least 0 to 134;
for HP-UX responders, string_length is unlimited.
• The significance must be FT_SS_NO_SIGNIFICANCE.
Ft_dt_ftam_2.
struct Ft_dt_ftam_2
{
enum Ft_class class;
Uint16 string_length;
enum Ft_string_significance significance;
};
• The class must be FT_CL_GRAPHIC_STRING.
• The string_length supported by responders must be at least 0 to 134;
for HP-UX responders, string_length is unlimited.
• The significance must be FT_SS_NO_SIGNIFICANCE.
Ft_dt_ftam_3.
struct Ft_dt_ftam_3
{
Uint16 string_length;
enum Ft_string_significance significance;
};
• Ft_dt_ftam_3 defaults to FT_CL_OCTET_STRING.
• The string_length supported by responders must be at least 0 to 512;
for HP-UX responders, string_length is unlimited.
• The significance must be FT_SS_NO_SIGNIFICANCE.