C# Class Mosa.Kernel.x86.CMOS

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
Get ( byte index ) : byte

Gets the specified index.

Set ( byte index, byte value ) : void

Sets the specified index.

Private Methods

Method Description
Delay ( ) : void

Delays the io bus.

Method Details

Get() public static method

Gets the specified index.
public static Get ( byte index ) : byte
index byte The index.
return byte

Set() public static method

Sets the specified index.
public static Set ( byte index, byte value ) : void
index byte The index.
value byte The value.
return void