mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
FEATURE_BLE | ||
FEATURE_BOOTLOADER | ||
cellular | ||
cryptocell/FEATURE_CRYPTOCELL310 | ||
deprecated_warnings | ||
device_key | ||
frameworks | ||
lorawan | ||
lwipstack | ||
mbedtls | ||
nanostack | ||
netsocket | ||
nfc | ||
storage | ||
unsupported |