Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
19:f6261f1c3dd4
Parent:
11:4e428f689069
Child:
26:2b769ed8de4f
--- a/Cellular/Cellular.h	Mon Jun 16 13:50:28 2014 +0000
+++ b/Cellular/Cellular.h	Tue Jun 17 21:40:53 2014 +0000
@@ -332,7 +332,7 @@
 
     Radio type; //The type of radio being used
 
-    Mode mode; //The current socket Mode.
+    Mode socketMode; //The current socket Mode.
     bool socketOpened; //Specifies if a Socket is presently opened.
     bool socketCloseable; //Specifies is a Socket can be closed.
     unsigned int local_port; //Holds the local port for socket connections.