○○○○○○○○○○○○○○○○○○○○○○
A•44 Appendix
} ; // total 2 bytes
struct F_HEAD {
unsigned char name[8],ext[3],flags; // 12
TIME_INF time; // 2
DATE_INF date; // 2
long length; // 4
}; // total 20 bytes
For completion, the description of the file inside the HEADER.hdr refers instead to a more complex stucture:
struct F_HEADER {
F_HEADf;
char name[16];
long offset;
};
Creation of the Resource Header
Before sending the Resource File, a Resource Header is sent which describes the entire Data File which is then sent. The Format
of the file is the following:
bytes rel.addr. name description
1 0 resource type Resource ID
1 1 nfile number of file
4 2 len total length of the effective binary resource file
15 6 name name of the complete structure associated to the file
for a total length of files equal to 21 bytes.