C# 클래스 ProgCom.MemoryManager

파일 보기 프로젝트 열기: Binamrad/ProgCom 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Memory() 공개 메소드

public Memory ( ) : System.Int32[]
리턴 System.Int32[]

MemoryManager() 공개 메소드

public MemoryManager ( ) : System
리턴 System

devicesInRange() 공개 메소드

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

map() 공개 메소드

public map ( IPCHardware hw ) : bool
hw IPCHardware
리턴 bool

memoryRead() 공개 메소드

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

memoryWrite() 공개 메소드

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

unmap() 공개 메소드

public unmap ( Int32 deviceNum ) : bool
deviceNum System.Int32
리턴 bool