Library that implements the CellularInterface using PPP and LWIP on the mbed MCU. May be used on the C027 and C030 (non-N2xx flavour) boards from mbed 5.5 onwards.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client

Revision:
3:9863dcade75d
Parent:
2:4c533665168c
--- a/UbloxPPPCellularInterface.cpp	Fri Jun 30 13:30:20 2017 +0100
+++ b/UbloxPPPCellularInterface.cpp	Wed Feb 28 17:33:50 2018 +0000
@@ -344,7 +344,7 @@
 }
 
 // Set the callback to be called in case the connection is lost.
-void UbloxPPPCellularInterface::connection_status_cb(Callback<void(nsapi_error_t)> cb)
+void UbloxPPPCellularInterface::connection_status_cb(Callback<void(nsapi_event_t, intptr_t)> cb)
 {
     _connection_status_cb = cb;
 }