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:
33:33f1bc919486
Parent:
32:ae95309643aa
Child:
39:a1233ca02edf
--- a/SNIC/SNIC_UartCommandManager.h	Fri May 30 08:30:40 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.h	Tue Jun 03 08:53:07 2014 +0000
@@ -57,6 +57,7 @@
 friend class C_SNIC_WifiInterface;
 friend class TCPSocketConnection;
 friend class TCPSocketServer;
+friend class UDPSocket;
 friend class Socket;
 
 private:
@@ -109,10 +110,12 @@
     
     void bufferredPacket( unsigned char *payload_p, int payload_len );
     
+    void bufferredUDPPacket( unsigned char *payload_p, int payload_len );
+
     void scanResultIndicate( unsigned char *payload_p, int payload_len );
     
     void connectedTCPClient( unsigned char *payload_p, int payload_len );
-
+    
     /** Checks in the command which is waiting from Command ID and Sub ID.
         @param  command_id  Command ID
         @param  payload_p   Command payload