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:
5:9a57892f206c
Parent:
1:4a23efdf0da9
Child:
7:0fd95907b5b3
--- a/link/LinkMonitor.h	Mon Dec 16 09:00:24 2013 +0000
+++ b/link/LinkMonitor.h	Tue Dec 17 14:30:17 2013 +0000
@@ -39,7 +39,7 @@
 
   /** Initialize monitor
    */
-  int init();
+  int init(bool gsm = true);
 
   /** Registration State
   */  
@@ -82,6 +82,7 @@
   ATCommandsInterface* m_pIf;
   
   int m_rssi;
+  bool m_gsm;
   REGISTRATION_STATE m_registrationState;
   BEARER m_bearer;