Searched refs:InvalidCommand (Results 1 – 2 of 2) sorted by relevance
27 public static Response InvalidCommand(Command command) in InvalidCommand() method in Antmicro.Renode.Network.ExternalControl.Response29 return new Response(ReturnCode.InvalidCommand, command); in InvalidCommand()157 InvalidCommand, enumerator
270 response = Response.InvalidCommand(command); in TryHandleCommand()