Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DNetworkInterfaceTester.cs62 public bool TryWaitForOutgoingPacket(float timeout, out NetworkInterfaceTesterResult result) in TryWaitForOutgoingPacket()
78 result = default(NetworkInterfaceTesterResult); in TryWaitForOutgoingPacket()
82 …ex(string bytes, int index, int maxPackets, float timeout, out NetworkInterfaceTesterResult result) in TryWaitForOutgoingPacketWithBytesAtIndex()
110 result = new NetworkInterfaceTesterResult(); in TryWaitForOutgoingPacketWithBytesAtIndex()
181 frames.Add(new NetworkInterfaceTesterResult(bytes, vts.TimeElapsed.TotalMilliseconds)); in HandleFrameInner()
253 …te readonly BlockingCollection<NetworkInterfaceTesterResult> frames = new BlockingCollection<Netwo…
256 public struct NetworkInterfaceTesterResult struct
258 public NetworkInterfaceTesterResult(byte[] bytes, double timestamp) in NetworkInterfaceTesterResult() method