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

SendCommand() 공개 메소드

public SendCommand ( CommandPacket command ) : void
command CommandPacket
리턴 void
        public void SendCommand(CommandPacket command)
        {
            this.lastCommandSent = command;
            this.SendData(PacketBinConverter.ToBinary(command));
        }