Chimney.MPD.ResponseConfig.ClearConfig C# (CSharp) Метод

ClearConfig() публичный Метод

public ClearConfig ( ) : void
Результат 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;
        }