C# 클래스 ProgCom.PCBootROM

상속: PartModule, IPCHardware
파일 보기 프로젝트 열기: Binamrad/ProgCom

공개 메소드들

메소드 설명
connect ( ) : void
disconnect ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( UInt16 address ) : Int32
memWrite ( UInt16 address, Int32 data ) : void
recInterruptHandle ( InterruptHandle segment ) : void
tick ( int ticks ) : void

메소드 상세

connect() 공개 메소드

public connect ( ) : void
리턴 void

disconnect() 공개 메소드

public disconnect ( ) : void
리턴 void

getSegment() 공개 메소드

public getSegment ( int id ) : int>.Tuple
id int
리턴 int>.Tuple

getSegmentCount() 공개 메소드

public getSegmentCount ( ) : int
리턴 int

memRead() 공개 메소드

public memRead ( UInt16 address ) : Int32
address System.UInt16
리턴 System.Int32

memWrite() 공개 메소드

public memWrite ( UInt16 address, Int32 data ) : void
address System.UInt16
data System.Int32
리턴 void

recInterruptHandle() 공개 메소드

public recInterruptHandle ( InterruptHandle segment ) : void
segment InterruptHandle
리턴 void

tick() 공개 메소드

public tick ( int ticks ) : void
ticks int
리턴 void