C# Класс Mosa.HardwareSystem.InterruptHandler

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

Защищенные свойства (Protected)

Свойство Тип Описание
hardwareDevice IHardwareDevice
interruptManager InterruptManager
irq byte

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

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

Disables this instance.

Enable ( ) : void

Enables this instance.

InterruptHandler ( InterruptManager interruptManager, byte irq, IHardwareDevice hardwareDevice )

Initializes a new instance of the InterruptHandler class.

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

Disable() публичный Метод

Disables this instance.
public Disable ( ) : void
Результат void

Enable() публичный Метод

Enables this instance.
public Enable ( ) : void
Результат void

InterruptHandler() публичный Метод

Initializes a new instance of the InterruptHandler class.
public InterruptHandler ( InterruptManager interruptManager, byte irq, IHardwareDevice hardwareDevice )
interruptManager InterruptManager The interrupt manager.
irq byte The irq.
hardwareDevice IHardwareDevice The hardware device.

Описание свойств

hardwareDevice защищенное свойство

protected IHardwareDevice hardwareDevice
Результат IHardwareDevice

interruptManager защищенное свойство

protected InterruptManager,Mosa.HardwareSystem interruptManager
Результат InterruptManager

irq защищенное свойство

protected byte irq
Результат byte