NitroDebugger.RSP.Presentation.SendInterrupt C# (CSharp) 메소드

SendInterrupt() 공개 메소드

public SendInterrupt ( ) : ReplyPacket
리턴 ReplyPacket
        public ReplyPacket SendInterrupt()
        {
            this.SendData(new byte[] { RawPacket.Interrupt });
            return this.ReceiveReply();
        }