C# Class C64Lib.Core.FSDrive

Inheritance: Drive
Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

Méthode Description
Close ( int channel ) : byte
FSDrive ( IEC iec, string filepath ) : System
Open ( int channel, byte aFilename ) : byte
Read ( int channel, byte &abyte ) : byte
Reset ( ) : void
Write ( int channel, byte abyte, bool eoi ) : byte

Private Methods

Méthode Description
change_dir ( string dirpath ) : bool
chdir_cmd ( string dirpath ) : void
close_all_channels ( ) : void
conv_from_64 ( byte c, bool map_slash ) : byte
conv_to_64 ( byte c, bool map_slash ) : byte
match ( string p, string n ) : bool

Method Details

Close() public méthode

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

FSDrive() public méthode

public FSDrive ( IEC iec, string filepath ) : System
iec IEC
filepath string
Résultat System

Open() public méthode

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

Read() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Write() public méthode

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