C# Class NitroDebugger.RSP.Packets.WriteMemoryCommand

Inheritance: CommandPacket
Show file Open project: pleonex/NitroDebugger Class Usage Examples

Public Methods

Method Description
GetData ( ) : byte[]
WriteMemoryCommand ( uint address, int size, byte data ) : System

Protected Methods

Method Description
PackArguments ( ) : string

Method Details

GetData() public method

public GetData ( ) : byte[]
return byte[]

PackArguments() protected method

protected PackArguments ( ) : string
return string

WriteMemoryCommand() public method

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