Home
last modified time | relevance | path

Searched refs:defaultWaitForEcho (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DUartKeywords.cs49 …bool? defaultPauseEmulation = null, bool? defaultWaitForEcho = null, bool? defaultMatchNextLine = … in CreateTerminalTester() argument
53 this.defaultWaitForEcho = defaultWaitForEcho ?? true; in CreateTerminalTester()
167 …if((waitForEcho ?? defaultWaitForEcho) && tester.WaitFor(content, includeUnfinishedLine: true, pau… in WriteLineToUart()
223 private bool defaultWaitForEcho; field in Antmicro.Renode.RobotFramework.UartKeywords