C# Class x86CS.ATADevice.CDROM

Inheritance: ATADrive
Datei anzeigen Open project: cryogen/VM86CS Class Usage Examples

Public Methods

Method Description
CDROM ( ) : System
FinishCommand ( ) : void
FinishRead ( ) : void
LoadImage ( string filename ) : void
Reset ( ) : void
RunCommand ( byte command ) : void

Private Methods

Method Description
Read10 ( ) : void
ReadCapacity ( ) : void
RequestSense ( ) : void

Method Details

CDROM() public method

public CDROM ( ) : System
return System

FinishCommand() public method

public FinishCommand ( ) : void
return void

FinishRead() public method

public FinishRead ( ) : void
return void

LoadImage() public method

public LoadImage ( string filename ) : void
filename string
return void

Reset() public method

public Reset ( ) : void
return void

RunCommand() public method

public RunCommand ( byte command ) : void
command byte
return void