NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

This is mbed compatible EthernetInterface lib exclude for Delta DFCM-NNN50 platform.

Additional information and examples can be found in mbed Handbook

Files at this revision

API Documentation at this revision

Comitter:
tsungta
Date:
Mon Mar 13 06:38:04 2017 +0000
Parent:
11:b5a426e8f0c1
Child:
13:8e8166662eee
Commit message:
33:54e3f7a; Attempt to fix tcp.connect hangup issue for long time operation

Changed in this revision

EthernetInterface/Socket/Socket.h Show annotated file Show diff for this revision Revisions of this file
EthernetInterface/Socket/socket.o Show diff for this revision Revisions of this file
EthernetInterface/Socket/tcpsocketconnection.o Show annotated file Show diff for this revision Revisions of this file
EthernetInterface/ethernetinterface.o Show diff for this revision Revisions of this file
tcpsocketconnection.o Show diff for this revision Revisions of this file
udpsocket.o Show diff for this revision Revisions of this file
wifi_host_driver/socket/source/socket_1.o Show diff for this revision Revisions of this file
--- a/EthernetInterface/Socket/Socket.h	Mon Mar 06 08:05:39 2017 +0000
+++ b/EthernetInterface/Socket/Socket.h	Mon Mar 13 06:38:04 2017 +0000
@@ -100,6 +100,7 @@
     
 private:
     int select(struct timeval *timeout, bool read, bool write);
+    bool _is_socketInit;//Tsungta
 };
 
 /** Time interval class used to specify timeouts
Binary file EthernetInterface/Socket/socket.o has changed
Binary file EthernetInterface/Socket/tcpsocketconnection.o has changed
Binary file EthernetInterface/ethernetinterface.o has changed
Binary file tcpsocketconnection.o has changed
Binary file udpsocket.o has changed
Binary file wifi_host_driver/socket/source/socket_1.o has changed