mbed-os/features/cellular/framework/AT
Kimmo Vaisanen a7868daa89 Cellular: Change visibility of _is_connected as protected
AT_CellularContext::do_connect() is a virtual API and therefore can be overwritten in
inherited class. The problem was that it sets AT_CellularContext::_is_connected flag but
earlier it was set as private member making it impossible to set in overwritten do_connect()
method.

This commit fixes the problem by changing _is_connected as protected enabling its use
in inherited class.
2019-11-18 15:42:08 +00:00
..
ATHandler.cpp Cellular: Removed not used variable 2019-10-16 11:53:52 +01:00
ATHandler.h Cellular: fix ATHandler destructor possible crash on delete 2019-10-16 11:53:52 +01:00
AT_CellularBase.cpp Remove minor build warnings 2019-10-16 11:53:52 +01:00
AT_CellularBase.h Cellular: IP stack property redefined 2019-10-16 11:53:52 +01:00
AT_CellularContext.cpp Cellular: Change visibility of _is_connected as protected 2019-11-18 15:42:08 +00:00
AT_CellularContext.h Cellular: Change visibility of _is_connected as protected 2019-11-18 15:42:08 +00:00
AT_CellularDevice.cpp AT_CellularDevice.cpp - unused variable err warning 2019-10-16 11:53:52 +01:00
AT_CellularDevice.h Cellular: Fixed improper AT handler setup through virtual calls in constructor 2019-08-16 10:57:37 +03:00
AT_CellularInformation.cpp New ATHandler functions taken into use 2019-08-27 09:15:51 +03:00
AT_CellularInformation.h Removed CellularSIM interface. 2019-01-22 02:23:03 -08:00
AT_CellularNetwork.cpp Cellular: Fix BG96 power on and connect 2019-10-16 11:53:52 +01:00
AT_CellularNetwork.h Cellular: send disconnect to correct ctx 2019-04-17 13:53:40 +03:00
AT_CellularSMS.cpp Avoid potential overflow 2019-10-16 11:53:52 +01:00
AT_CellularSMS.h Add option to set up SMS encoding 2019-08-16 12:24:54 +02:00
AT_CellularStack.cpp Cellular: Fix setting of PDP context ID (cid) 2019-10-16 11:53:52 +01:00
AT_CellularStack.h Cellular: Fix setting of PDP context ID (cid) 2019-10-16 11:53:52 +01:00
AT_ControlPlane_netif.cpp Cellular: Removed boiler plate code 2019-05-29 16:17:08 +03:00
AT_ControlPlane_netif.h Cellular: Non-IP doxygen updates 2019-02-18 09:53:59 +02:00