C# Class C64Lib.Core.Drive

Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

Méthode Description
Close ( int channel ) : byte
Drive ( IEC iec ) : C64Lib.Utils
Open ( int channel, byte filename ) : byte
Read ( int channel, byte &abyte ) : byte
Reset ( ) : void
Write ( int channel, byte abyte, bool eoi ) : byte

Méthodes protégées

Méthode Description
set_error ( ErrorCode1541 error ) : void

Method Details

Close() public abstract méthode

public abstract Close ( int channel ) : byte
channel int
Résultat byte

Drive() public méthode

public Drive ( IEC iec ) : C64Lib.Utils
iec IEC
Résultat C64Lib.Utils

Open() public abstract méthode

public abstract Open ( int channel, byte filename ) : byte
channel int
filename byte
Résultat byte

Read() public abstract méthode

public abstract Read ( int channel, byte &abyte ) : byte
channel int
abyte byte
Résultat byte

Reset() public abstract méthode

public abstract Reset ( ) : void
Résultat void

Write() public abstract méthode

public abstract Write ( int channel, byte abyte, bool eoi ) : byte
channel int
abyte byte
eoi bool
Résultat byte

set_error() protected méthode

protected set_error ( ErrorCode1541 error ) : void
error ErrorCode1541
Résultat void