C# Class ProgCom.MemoryManager

Afficher le fichier Open project: Binamrad/ProgCom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Memory ( ) : System.Int32[]
Résultat System.Int32[]

MemoryManager() public méthode

public MemoryManager ( ) : System
Résultat System

devicesInRange() public méthode

public devicesInRange ( UInt16 address, int range ) : int
address System.UInt16
range int
Résultat int

map() public méthode

public map ( IPCHardware hw ) : bool
hw IPCHardware
Résultat bool

memoryRead() public méthode

public memoryRead ( UInt16 address ) : Int32
address System.UInt16
Résultat System.Int32

memoryWrite() public méthode

public memoryWrite ( UInt16 address, Int32 data ) : void
address System.UInt16
data System.Int32
Résultat void

unmap() public méthode

public unmap ( Int32 deviceNum ) : bool
deviceNum System.Int32
Résultat bool