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:
10:2bd727a4b329
Child:
40:14342c4de476
--- a/io/MTSSerial.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/io/MTSSerial.h	Thu Dec 19 19:49:58 2013 +0000
@@ -4,6 +4,8 @@
 #include "mbed.h"
 #include "MTSBufferedIO.h"
 
+namespace mts {
+
 class MTSSerial : public MTSBufferedIO
 {
 public:
@@ -21,4 +23,6 @@
     char* if_name; // Name of the interface
 };
 
+}
+
 #endif /* MTSSERIAL_H */
\ No newline at end of file