C# 클래스 NitroDebugger.RSP.ReplyPacketFactory

파일 보기 프로젝트 열기: pleonex/NitroDebugger

공개 메소드들

메소드 설명
CreateReplyPacket ( string data, CommandPacket commandSent = null ) : ReplyPacket

비공개 메소드들

메소드 설명
ConvertToByte ( string data ) : IEnumerable

메소드 상세

CreateReplyPacket() 공개 정적인 메소드

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