Home
last modified time | relevance | path

Searched defs:TryGetMachine (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DGetMachine.cs21 public bool TryGetMachine(int id, out IMachine machine) => machines.TryGet(id, out machine); in TryGetMachine() method in Antmicro.Renode.Network.ExternalControl.GetMachine
47 bool TryGetMachine(int id, out IMachine machine); in TryGetMachine() method
DIInstanceBasedCommand.cs89 …private static bool TryGetMachine(this ICommand @this, List<byte> data, out IMachine machine, out … in TryGetMachine() method in Antmicro.Renode.Network.ExternalControl.IInstanceBasedCommandExtensions