Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DInterferenceQueue.cs158 private byte[] packetContent; field in Antmicro.Renode.Peripherals.Wireless.PacketInfo
171 public byte[] PacketContent => packetContent;
203 packetContent = new byte[content.Length]; in PacketInfo()
204 Array.Copy(content, packetContent, content.Length); in PacketInfo()