A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
39:6e94520a3217
Parent:
20:6e7eaf4f8634
Child:
66:a170496ec5cf
--- a/Socket/Socket.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/Socket/Socket.h	Thu Dec 19 19:49:58 2013 +0000
@@ -44,7 +44,7 @@
 protected:
     bool _blocking;
     int _timeout;
-    Cellular * cellular;
+    mts::Cellular * cellular;
 };