OS  v1.7.5
Documentation
Loading...
Searching...
No Matches
qOS::cli Namespace Reference

AT command line interfaces. More...

Classes

class  command
 An AT-Command object. More...
 
class  handler_t
 The command argument with all the regarding information of the incoming AT command. More...
 

Typedefs

using commandCallback_t
 Pointer to function : An AT-Command callback.
 
using options_t
 A typedef that holds the options for an AT-Command object.
 

Enumerations

enum  response : int16_t {
  ERROR , NOT_ALLOWED , NO_RESPONSE , OK ,
  DEVID , NOT_FOUND , OUTPUT_RESPONSE
}
 an enumeration to define the possible values that can be returned from the callback of a command. More...
 
enum  commandType : uint16_t {
  UNDEF , PARA , TEST , READ ,
  ACT
}
 An enum to describe the available AT command types. More...
 

Functions

constexpr response ERROR_CODE (int16_t code)
 Used to indicate an error code as return value inside a command-callback. This code is defined by the application writer and should be a value between 1 and 32766.
 

Detailed Description

AT command line interfaces.