Emveepee.Widgets.ProfilerSocket.Resume C# (CSharp) Method

Resume() public method

public Resume ( ) : void
return void
        public void Resume()
        {
            string resp = SendCommand ("enable\n");
            if (resp != "DONE\n")
                throw new Exception ("'enable' command produced error");
        }