Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs86 public FrameBufferTester WaitForFrame(string fileName, float? timeout = null) in WaitForFrame() method in Antmicro.Renode.Testing.FrameBufferTester
90 …return WaitForFrame(bytes, timeout.HasValue ? TimeSpan.FromSeconds(timeout.Value) : (TimeSpan?)nul… in WaitForFrame()
93 public FrameBufferTester WaitForFrame(byte[] frame, TimeSpan? timeout = null) in WaitForFrame() method in Antmicro.Renode.Testing.FrameBufferTester