UsbUirt.Controller.Learn C# (CSharp) Method

Learn() public method

Learns an IR code synchronously using the default code format.
public Learn ( System.TimeSpan timeout ) : string
timeout System.TimeSpan The timeout after which to abort learning if it has not completed.
return string
        public string Learn(TimeSpan timeout)
        {
            CheckDisposed();
            return Learn(_defaultLearnCodeFormat, _defaultLearnCodeModifier, timeout);
        }

Same methods

Controller::Learn ( ) : string
Controller::Learn ( CodeFormat codeFormat ) : string
Controller::Learn ( CodeFormat codeFormat, LearnCodeModifier learnCodeFormat, System.TimeSpan timeout ) : string
Controller::Learn ( CodeFormat codeFormat, LearnCodeModifier learnCodeFormat, uint forcedFrequency, System.TimeSpan timeout ) : string