C# Class LokiProgrammer.FirmwareReader

Inheritance: IDisposable
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
FirmwareReader ( Stream inStream ) : System
ReadRow ( ) : Row

Private Methods

Méthode Description
DecodeHex ( String line ) : byte[]
ReadHeader ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FirmwareReader() public méthode

public FirmwareReader ( Stream inStream ) : System
inStream Stream
Résultat System

ReadRow() public méthode

public ReadRow ( ) : Row
Résultat Row