C# 클래스 System.ReadMemoryEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: jrowberg/bglib

공개 프로퍼티들

프로퍼티 타입 설명
address UInt32
data Byte[]

공개 메소드들

메소드 설명
ReadMemoryEventArgs ( UInt32 address, Byte data )

메소드 상세

ReadMemoryEventArgs() 공개 메소드

public ReadMemoryEventArgs ( UInt32 address, Byte data )
address UInt32
data Byte

프로퍼티 상세

address 공개적으로 프로퍼티

public UInt32,System address
리턴 UInt32

data 공개적으로 프로퍼티

public Byte[] data
리턴 Byte[]