| Pasti file Reader-Writer
    1.0
    Pasti files | 
Contains information about one sector More...
| Public Attributes | |
| byte[] | sectorData | 
| buffer for the sector data More... | |
| byte[] | fuzzyData | 
| buffer for fuzzy mask bytes if necessary More... | |
| ushort[] | timmingData | 
| buffer for timing bytes if necessary More... | |
| ushort | bitPosition | 
| position in the track of the sector address field in bits More... | |
| ushort | readTime | 
| read time of the track in ms or 0 if standard sector More... | |
| IDField | id = new IDField() | 
| Address field content More... | |
| byte | fdcFlags | 
| Status returned by the FDC More... | |
Contains information about one sector
This class is used to store all information required to read or write a specific sector
Definition at line 34 of file FloppyStruct.cs.
| ushort Pasti.Sector.bitPosition | 
position in the track of the sector address field in bits
Definition at line 42 of file FloppyStruct.cs.
| byte Pasti.Sector.fdcFlags | 
Status returned by the FDC
Definition at line 48 of file FloppyStruct.cs.
| byte [] Pasti.Sector.fuzzyData | 
buffer for fuzzy mask bytes if necessary
Definition at line 38 of file FloppyStruct.cs.
Address field content
Definition at line 46 of file FloppyStruct.cs.
| ushort Pasti.Sector.readTime | 
read time of the track in ms or 0 if standard sector
Definition at line 44 of file FloppyStruct.cs.
| byte [] Pasti.Sector.sectorData | 
buffer for the sector data
Definition at line 36 of file FloppyStruct.cs.
| ushort [] Pasti.Sector.timmingData | 
buffer for timing bytes if necessary
Definition at line 40 of file FloppyStruct.cs.
 1.8.9.1
 1.8.9.1