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:
113:7238f9b8db17
Parent:
66:a170496ec5cf
Child:
141:571e0ef6c8dc
--- a/Socket/Transport.h	Tue Dec 31 17:32:57 2013 +0000
+++ b/Socket/Transport.h	Tue Dec 31 19:57:21 2013 +0000
@@ -19,13 +19,13 @@
 public:
     ///An enumeration that holds the supported Transport Types.
     enum TransportType {
-        CELLULAR, WIFI
+        CELLULAR, WIFI, NONE
     };
     
     /** This method allows you to set the transport to be used when creating other 
     * objects from the Socket folder like TCPSocketConnection and UDPSocket.  
     *
-    * @param type the type of underlying transport to be used.
+    * @param type the type of underlying transport to be used. The default is NONE.
     */
     static void setTransport(TransportType type);