NitroDebugger.RSP.Presentation.SendInterrupt C# (CSharp) Method

SendInterrupt() public method

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