C# 클래스 NitroDebugger.RSP.Packets.WriteMemoryCommand

상속: CommandPacket
파일 보기 프로젝트 열기: pleonex/NitroDebugger 1 사용 예제들

공개 메소드들

메소드 설명
GetData ( ) : byte[]
WriteMemoryCommand ( uint address, int size, byte data ) : System

보호된 메소드들

메소드 설명
PackArguments ( ) : string

메소드 상세

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]

PackArguments() 보호된 메소드

protected PackArguments ( ) : string
리턴 string

WriteMemoryCommand() 공개 메소드

public WriteMemoryCommand ( uint address, int size, byte data ) : System
address uint
size int
data byte
리턴 System