C# Class x86CS.Devices.ATA

Inheritance: IDevice
Afficher le fichier Open project: cryogen/VM86CS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ATA ( ) : System
Résultat System

Read() public méthode

public Read ( ushort addr, int size ) : uint
addr ushort
size int
Résultat uint

Reset() public méthode

public Reset ( int controller ) : void
controller int
Résultat void

RunCommand() public méthode

public RunCommand ( int controller, byte command ) : void
controller int
command byte
Résultat void

Write() public méthode

public Write ( ushort addr, uint value, int size ) : void
addr ushort
value uint
size int
Résultat void