debug version

Dependents:   HTTPClient_WiFi_HelloWorld_src

Fork of SNICInterface by muRata

Revision:
27:dcc4f34448f0
Parent:
26:f2e1030964e4
Child:
28:b796031f6519
--- a/SNIC/SNIC_Core.h	Fri Mar 28 03:03:40 2014 +0000
+++ b/SNIC/SNIC_Core.h	Mon Mar 31 02:06:14 2014 +0000
@@ -117,6 +117,14 @@
         unsigned char  local_addr[4];
         unsigned char  local_port[2];
     }tagSNIC_TCP_CREATE_SOCKET_REQ_T;
+
+    /** SNIC_CLOSE_SOCKET_REQ */
+    typedef struct
+    {
+        unsigned char  cmd_sid;
+        unsigned char  seq;
+        unsigned char  socket_id;
+    }tagSNIC_CLOSE_SOCKET_REQ_T;
     
     /** SNIC_TCP_SEND_FROM_SOCKET_REQ */
     typedef struct