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:
40:14342c4de476
Parent:
36:bb6b293c7495
Parent:
39:6e94520a3217
Child:
43:3cacf019ed7d
--- a/io/IPStack.h	Thu Dec 19 16:54:09 2013 +0000
+++ b/io/IPStack.h	Thu Dec 19 19:53:43 2013 +0000
@@ -3,6 +3,8 @@
 
 #include <string>
 
+namespace mts {
+    
 /** This class is a pure virtual class that should be inherited from when implementing
 * a communications device with an onboard IP stack.  Examples of this would be a Wi-Fi
 * or Cellular radio with a built in IP stack. Typically the IP functionality in these
@@ -116,4 +118,6 @@
     virtual void reset() = 0;
 };
 
+}
+
 #endif /* IPSTACK_H */
\ No newline at end of file