C# Class NitroDebugger.RSP.ReplyPacketFactory

Afficher le fichier Open project: pleonex/NitroDebugger

Méthodes publiques

Méthode Description
CreateReplyPacket ( string data, CommandPacket commandSent = null ) : ReplyPacket

Private Methods

Méthode Description
ConvertToByte ( string data ) : IEnumerable

Method Details

CreateReplyPacket() public static méthode

public static CreateReplyPacket ( string data, CommandPacket commandSent = null ) : ReplyPacket
data string
commandSent CommandPacket
Résultat ReplyPacket