Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs382 …var commandMethods = this.GetType().GetMethodsWithAttribute<AtCommandAttribute>(inheritAttribute: … in GetCommandMethods()
423 protected class AtCommandAttribute : Attribute class in Antmicro.Renode.Peripherals.Network.AtCommandModem
425 public AtCommandAttribute(string command, CommandType type = CommandType.Execution) in AtCommandAttribute() method in Antmicro.Renode.Peripherals.Network.AtCommandModem.AtCommandAttribute