Class AT_CellularBase. More...
#include <AT_CellularBase.h>
Public Member Functions | |
ATHandler & | get_at_handler () |
Getter for at handler. More... | |
device_err_t | get_device_error () const |
Gets the device error that happened when using AT commands/responses. More... | |
Static Public Member Functions | |
static void | set_cellular_properties (const intptr_t *property_array) |
Cellular module need to define an array of cellular properties which defines module supported property values. More... | |
static intptr_t | get_property (CellularProperty key) |
Get value for the given key. More... | |
Class AT_CellularBase.
A base class for AT-classes.
Definition at line 29 of file AT_CellularBase.h.
ATHandler& get_at_handler | ( | ) |
device_err_t get_device_error | ( | ) | const |
Gets the device error that happened when using AT commands/responses.
This is at error returned by the device. Returned CME/CMS errors can be found from 3gpp documents 27007 and 27005.
|
static |
Get value for the given key.
key | key for value to be fetched |
|
static |
Cellular module need to define an array of cellular properties which defines module supported property values.
property_array | array of module properties |