Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC660K.cs76 [AtCommand("AT+QR14FEATURE", CommandType.Execution)]
276 [AtCommand("AT+QPLMNS", CommandType.Execution)]
332 [AtCommand("AT+QPSC", CommandType.Execution)]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs181 Type = CommandType.Execution; in ParsedCommand()
DAtCommandModem.cs425 public AtCommandAttribute(string command, CommandType type = CommandType.Execution) in AtCommandAttribute()
542 Execution = 1 << 3, enumerator