C# Класс C64Lib.Core.FSDrive

Наследование: Drive
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Close() публичный Метод

public Close ( int channel ) : byte
channel int
Результат byte

FSDrive() публичный Метод

public FSDrive ( IEC iec, string filepath ) : System
iec IEC
filepath string
Результат System

Open() публичный Метод

public Open ( int channel, byte aFilename ) : byte
channel int
aFilename byte
Результат byte

Read() публичный Метод

public Read ( int channel, byte &abyte ) : byte
channel int
abyte byte
Результат byte

Reset() публичный Метод

public Reset ( ) : void
Результат void

Write() публичный Метод

public Write ( int channel, byte abyte, bool eoi ) : byte
channel int
abyte byte
eoi bool
Результат byte