C# Класс Mosa.Kernel.x86.CMOS

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Get ( byte index ) : byte

Gets the specified index.

Set ( byte index, byte value ) : void

Sets the specified index.

Приватные методы

Метод Описание
Delay ( ) : void

Delays the io bus.

Описание методов

Get() публичный статический Метод

Gets the specified index.
public static Get ( byte index ) : byte
index byte The index.
Результат byte

Set() публичный статический Метод

Sets the specified index.
public static Set ( byte index, byte value ) : void
index byte The index.
value byte The value.
Результат void