C# Class NitroDebugger.RSP.ReplyPacketFactory

Show file Open project: pleonex/NitroDebugger

Public Methods

Method Description
CreateReplyPacket ( string data, CommandPacket commandSent = null ) : ReplyPacket

Private Methods

Method Description
ConvertToByte ( string data ) : IEnumerable

Method Details

CreateReplyPacket() public static method

public static CreateReplyPacket ( string data, CommandPacket commandSent = null ) : ReplyPacket
data string
commandSent CommandPacket
return ReplyPacket