Pasti file Reader-Writer  1.0
Pasti files
Public Attributes | List of all members
Pasti.Sector Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.

IDField Pasti.Sector.id = new IDField()

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.


The documentation for this class was generated from the following file: