C# Class SharpTune.RomMod.SRecordWriter

Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Méthode Description
SRecordWriter ( TextWriter writer ) : System
Write ( uint startAddress, byte data ) : void

Private Methods

Méthode Description
CalculateChecksum ( long address, int &checksum ) : void

Calculate an SRecord checksum for the given 4-byte address;

Method Details

SRecordWriter() public méthode

public SRecordWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

Write() public méthode

public Write ( uint startAddress, byte data ) : void
startAddress uint
data byte
Résultat void