C# Class ProgCom.MemoryManager

Show file Open project: Binamrad/ProgCom Class Usage Examples

Public Methods

Method Description
Memory ( ) : System.Int32[]
MemoryManager ( ) : System
devicesInRange ( UInt16 address, int range ) : int
map ( IPCHardware hw ) : bool
memoryRead ( UInt16 address ) : Int32
memoryWrite ( UInt16 address, Int32 data ) : void
unmap ( Int32 deviceNum ) : bool

Method Details

Memory() public method

public Memory ( ) : System.Int32[]
return System.Int32[]

MemoryManager() public method

public MemoryManager ( ) : System
return System

devicesInRange() public method

public devicesInRange ( UInt16 address, int range ) : int
address System.UInt16
range int
return int

map() public method

public map ( IPCHardware hw ) : bool
hw IPCHardware
return bool

memoryRead() public method

public memoryRead ( UInt16 address ) : Int32
address System.UInt16
return System.Int32

memoryWrite() public method

public memoryWrite ( UInt16 address, Int32 data ) : void
address System.UInt16
data System.Int32
return void

unmap() public method

public unmap ( Int32 deviceNum ) : bool
deviceNum System.Int32
return bool