C# Class ProgCom.ProgCom.PCConsole

Inheritance: IPCHardware
Exibir arquivo Open project: Binamrad/ProgCom

Public Methods

Method Description
connect ( ) : void
disconnect ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( ushort position ) : int
memWrite ( ushort position, int value ) : void
recInterruptHandle ( InterruptHandle seg ) : void
tick ( int ticks ) : void

Method Details

connect() public method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void

getSegment() public method

public getSegment ( int id ) : int>.Tuple
id int
return int>.Tuple

getSegmentCount() public method

public getSegmentCount ( ) : int
return int

memRead() public method

public memRead ( ushort position ) : int
position ushort
return int

memWrite() public method

public memWrite ( ushort position, int value ) : void
position ushort
value int
return void

recInterruptHandle() public method

public recInterruptHandle ( InterruptHandle seg ) : void
seg InterruptHandle
return void

tick() public method

public tick ( int ticks ) : void
ticks int
return void