21#include "AT_CellularDevice.h"
Class AT_CellularNetwork.
Class for sending AT commands and parsing AT responses.
virtual AT_CellularContext * create_context_impl(ATHandler &at, const char *apn, bool cp_req=false, bool nonip_req=false)
Creates new instance of AT_CellularContext or if overridden, modem specific implementation.
virtual AT_CellularNetwork * open_network_impl(ATHandler &at)
Create new instance of AT_CellularNetwork or if overridden, modem specific implementation.
virtual nsapi_error_t init()
Initialize cellular device must be called right after the module is ready.
signed int nsapi_error_t
Type used to represent error codes.