Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs274 if(!commandMethods.TryGetValue(command.Command, out var types)) in TryFindCommandMethod()
382 …var commandMethods = this.GetType().GetMethodsWithAttribute<AtCommandAttribute>(inheritAttribute: … in GetCommandMethods()
388 foreach(var typeMethod in commandMethods.Values.SelectMany(m => m)) in GetCommandMethods()
398 return commandMethods; in GetCommandMethods()
404 commandMethods = GetCommandMethods(); in Init()
413 private Dictionary<string, Dictionary<CommandType, MethodInfo>> commandMethods; field in Antmicro.Renode.Peripherals.Network.AtCommandModem