Searched defs:TryGetMachine (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/ | ||
D | GetMachine.cs | 21 public bool TryGetMachine(int id, out IMachine machine) => machines.TryGet(id, out machine); in TryGetMachine() method in Antmicro.Renode.Network.ExternalControl.GetMachine |
D | IInstanceBasedCommand.cs | 89 …private static bool TryGetMachine(this ICommand @this, List<byte> data, out IMachine machine, out … in TryGetMachine() method in Antmicro.Renode.Network.ExternalControl.IInstanceBasedCommandExtensions |