Chimney.MPD.ResponseConfig.ClearConfig C# (CSharp) Method

ClearConfig() public method

public ClearConfig ( ) : void
return void
        public void ClearConfig()
        {
            ClearResponse();
            this.command_list_begin = false;
            this.command_list_ok_begin = false;
            this.command_list_end = false;

            this.error_response = false;

            this.response_sent = false;
            this.response_sent_error = false;

            this.ResponseFinishLenght = 0;

            this.response_finish = false;
        }