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:
86:186bbf974c7c
Parent:
81:45e1359a5c69
Child:
101:27bb34e23304
--- a/io/MTSBufferedIO.h	Fri Dec 27 15:55:35 2013 +0000
+++ b/io/MTSBufferedIO.h	Fri Dec 27 16:40:23 2013 +0000
@@ -168,8 +168,8 @@
     virtual void handleRead() = 0;
 
 protected:
-    MTSCircularBuffer* txBuffer; // Internal write or transmit circular buffer
-    MTSCircularBuffer* rxBuffer; // Internal read or receieve circular buffer
+    MTSCircularBuffer txBuffer; // Internal write or transmit circular buffer
+    MTSCircularBuffer rxBuffer; // Internal read or receieve circular buffer
 };
 
 }