This is LWIPBP3595Interface class library. The base library is LWIPInterface.

Dependents:   LWIPBP3595Interface_STA

Revision:
1:abb17eced903
Parent:
0:a933851e5d22
--- a/LWIPBP3595Interface.h	Tue May 24 10:34:31 2016 +0000
+++ b/LWIPBP3595Interface.h	Tue May 31 05:56:27 2016 +0000
@@ -58,7 +58,7 @@
 
 private:
     // Implementation of EthernetInterface
-    virtual int32_t connect() {return 0;}
+    virtual int connect() {return 0;}
 
 };