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 |
public Read ( ushort addr, int size ) : uint | ||
addr | ushort | |
size | int | |
Résultat | uint |
public RunCommand ( int controller, byte command ) : void | ||
controller | int | |
command | byte | |
Résultat | void |
public Write ( ushort addr, uint value, int size ) : void | ||
addr | ushort | |
value | uint | |
size | int | |
Résultat | void |