C# Class x86CS.Devices.ATA

Inheritance: IDevice
Exibir arquivo Open project: cryogen/VM86CS Class Usage Examples

Public Methods

Method Description
ATA ( ) : System
Read ( ushort addr, int size ) : uint
Reset ( int controller ) : void
RunCommand ( int controller, byte command ) : void
Write ( ushort addr, uint value, int size ) : void

Method Details

ATA() public method

public ATA ( ) : System
return System

Read() public method

public Read ( ushort addr, int size ) : uint
addr ushort
size int
return uint

Reset() public method

public Reset ( int controller ) : void
controller int
return void

RunCommand() public method

public RunCommand ( int controller, byte command ) : void
controller int
command byte
return void

Write() public method

public Write ( ushort addr, uint value, int size ) : void
addr ushort
value uint
size int
return void