C# Class NitroDebugger.RSP.Packets.DataReply

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

Public Methods

Method Description
DataReply ( byte data ) : System
GetData ( ) : byte[]

Method Details

DataReply() public method

public DataReply ( byte data ) : System
data byte
return System

GetData() public method

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