Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWireshark.cs25 currentEmulation.MachineRemoved += OnMachineRemoved; in Wireshark()
191 private void OnMachineRemoved(IMachine machine) in OnMachineRemoved() method in Antmicro.Renode.Plugins.WiresharkPlugin.Wireshark
215 currentEmulation.MachineRemoved -= OnMachineRemoved; in OnMachineRemoved()