Property | Type | Description | |
---|---|---|---|
Cylinders | ushort | ||
Heads | byte | ||
SectorsPerTrack | ushort |
Method | Description | |
---|---|---|
DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack ) |
Initializes a new instance of the DiskGeometry struct.
|
|
GuessGeometry ( ulong lba ) : void |
Guesses the geometry.
|
public DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack ) | ||
cylinders | ushort | The cylinders. |
heads | byte | The heads. |
sectorsPerTrack | ushort | The sectors per track. |
public GuessGeometry ( ulong lba ) : void | ||
lba | ulong | The lba. |
return | void |