| Pasti file Reader-Writer
    1.0
    Pasti files | 
Address Segment More...
| Public Member Functions | |
| override string | ToString () | 
| Override ToString() to display Address field information  More... | |
| Public Attributes | |
| byte | track | 
| Track number from address field More... | |
| byte | side | 
| Head number from address field More... | |
| byte | number | 
| Sector number from address field More... | |
| byte | size | 
| Size value from address field More... | |
| ushort | crc | 
| CRC Value from address field More... | |
Address Segment
This structure is used to store all the information from the address field
Definition at line 141 of file PastiStruct.cs.
| 
 | inline | 
Override ToString() to display Address field information
Definition at line 157 of file PastiStruct.cs.
| ushort Pasti.IDField.crc | 
CRC Value from address field
Definition at line 151 of file PastiStruct.cs.
| byte Pasti.IDField.number | 
Sector number from address field
Definition at line 147 of file PastiStruct.cs.
| byte Pasti.IDField.side | 
Head number from address field
Definition at line 145 of file PastiStruct.cs.
| byte Pasti.IDField.size | 
Size value from address field
Definition at line 149 of file PastiStruct.cs.
| byte Pasti.IDField.track | 
Track number from address field
Definition at line 143 of file PastiStruct.cs.
 1.8.9.1
 1.8.9.1