MyLibrary12

Fork of WizFi310Interface_Legacy by WIZnet

Revision:
2:ee7e278fe372
Parent:
0:774ff1e8b26b
--- a/WizFi310/WizFi310_sock.cpp	Tue May 02 00:31:36 2017 +0000
+++ b/WizFi310/WizFi310_sock.cpp	Sun Sep 17 05:30:43 2017 +0000
@@ -77,6 +77,8 @@
     _con[cid].protocol = proto;
     _con[cid].type = TYPE_CLIENT;
     _con[cid].func = func;
+    printf("TYPE : %d\n",_con[cid].type);
+
     return cid;
 }