Base library for cellular modem implementations

Dependencies:   Socket lwip-sys lwip

Dependents:   CellularUSBModem CellularUSBModem

Deprecated

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Revision:
4:3fc75e611736
Parent:
1:4a23efdf0da9
--- a/at/ATCommandsInterface.h	Thu Oct 17 16:50:41 2013 +0300
+++ b/at/ATCommandsInterface.h	Mon Dec 16 09:00:24 2013 +0000
@@ -77,7 +77,7 @@
   int open();
 
   //Initialize AT link
-  int init();
+  int init(bool reset = true);
 
   //Close connection
   int close();