Beispiel #1
0
        public bool CtlReset()
        {
            uint lastError = RTC5Wrap.n_get_last_error(this.Index + 1);

            if (0 != lastError)
            {
                RTC5Wrap.n_reset_error(this.Index + 1, lastError);
            }

            this.aborted = false;
            return(true);
        }