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:
78:fc9d2b983744
--- a/Cellular/EasyIP.h	Tue Oct 21 17:26:05 2014 +0000
+++ b/Cellular/EasyIP.h	Tue Oct 21 21:06:53 2014 +0000
@@ -85,7 +85,7 @@
     // 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 clearBuffer);
+    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);