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

SendCommand() public method

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