Searched refs:TryGetCommand (Results 1 – 4 of 4) sorted by relevance
25 public bool TryGetCommand(byte[] data, out T handler) in TryGetCommand() method in Antmicro.Renode.Utilities.I2CCommandManager
49 if(!commands.TryGetCommand(data, out var command)) in Write()
221 if(!commandsManager.TryGetCommand(result.Packet, out command)) in OnByteWritten()
83 public bool TryGetCommand(Packet packet, out Command command) in TryGetCommand() method in Antmicro.Renode.Utilities.GDB.CommandsManager