| Pasti file Reader-Writer
    1.0
    Pasti files | 
Pasti File Header Descriptor More...
| Public Member Functions | |
| override string | ToString () | 
| Override ToString() to display File header information  More... | |
| Public Attributes | |
| string | pastiFileId = "" | 
| Identify a Pasti file and should be equal to the null terminated string “RSY”  More... | |
| ushort | version | 
| File version number: Should be equal to 3. More... | |
| ushort | tool | 
| Tool used to create image More... | |
| ushort | reserved_1 | 
| Reserved More... | |
| byte | trackCount | 
| Number of track records More... | |
| byte | revision | 
| revision number of the file.  More... | |
| uint | reserved_2 | 
| Reserved More... | |
Pasti File Header Descriptor
The file Header is used to identify a Pasti File and to provide some information about the file content and the tools used to generate the file.
Definition at line 40 of file PastiStruct.cs.
| 
 | inline | 
Override ToString() to display File header information
Definition at line 69 of file PastiStruct.cs.
| string Pasti.FileDesc.pastiFileId = "" | 
Identify a Pasti file and should be equal to the null terminated string “RSY”
Definition at line 44 of file PastiStruct.cs.
| ushort Pasti.FileDesc.reserved_1 | 
Reserved
Definition at line 54 of file PastiStruct.cs.
| uint Pasti.FileDesc.reserved_2 | 
Reserved
Definition at line 63 of file PastiStruct.cs.
| byte Pasti.FileDesc.revision | 
revision number of the file.
Works in conjunction with version
Definition at line 61 of file PastiStruct.cs.
| ushort Pasti.FileDesc.tool | 
Tool used to create image
Definition at line 52 of file PastiStruct.cs.
| byte Pasti.FileDesc.trackCount | 
Number of track records
Definition at line 56 of file PastiStruct.cs.
| ushort Pasti.FileDesc.version | 
File version number: Should be equal to 3.
Definition at line 46 of file PastiStruct.cs.
 1.8.9.1
 1.8.9.1