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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
67:7c705fe2acec
Parent:
66:8c55e2bf7270
Child:
82:5b33b670adb7
--- a/Cellular/UIP.h	Tue Oct 21 17:26:05 2014 +0000
+++ b/Cellular/UIP.h	Tue Oct 21 21:06:53 2014 +0000
@@ -78,7 +78,7 @@
     // TCP and UDP Socket related commands
     // For behavior of the following methods refer to IPStack.h documentation
     virtual bool open(const std::string& address, unsigned int port, Mode mode);
-    virtual bool close(bool clearBufffer);
+    virtual bool close(bool shutdown);
     virtual int read(char* data, int max, int timeout = -1);
     virtual int write(const char* data, int length, int timeout = -1);
     virtual bool ping(const std::string& address = "8.8.8.8");