Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs47 udpSendAddress = null; in Reset()
121 if(udpSendAddress == "") in SendData()
127 destination = destination.WithAddress(udpSendAddress); in SendData()
330 udpSendAddress = address; in Trur()
340 private string udpSendAddress; field in Antmicro.Renode.Peripherals.Network.DA16200