C# 클래스 Mosa.HardwareSystem.InterruptHandler

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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