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

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

Detailed Description

Address Segment

This structure is used to store all the information from the address field

Definition at line 141 of file PastiStruct.cs.

Member Function Documentation

override string Pasti.IDField.ToString ( )
inline

Override ToString() to display Address field information

Returns
The string

Definition at line 157 of file PastiStruct.cs.

Member Data Documentation

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.


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