SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

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