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:
27:8e6188cbcfd4
Child:
40:14342c4de476
--- a/io/IPStack.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/io/IPStack.h	Thu Dec 19 19:49:58 2013 +0000
@@ -3,6 +3,8 @@
 
 #include <string>
 
+namespace mts {
+
 /** IP Stack... //TODO
 *
 */
@@ -84,4 +86,6 @@
     virtual void reset() = 0;
 };
 
+}
+
 #endif /* IPSTACK_H */
\ No newline at end of file