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
Diff: SNIC/SNIC_UartCommandManager.h
- Revision:
- 32:ae95309643aa
- Parent:
- 29:6a0ba999597d
- Child:
- 33:33f1bc919486
--- a/SNIC/SNIC_UartCommandManager.h Thu May 29 03:23:21 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.h Fri May 30 08:30:40 2014 +0000
@@ -56,6 +56,7 @@
friend class C_SNIC_Core;
friend class C_SNIC_WifiInterface;
friend class TCPSocketConnection;
+friend class TCPSocketServer;
friend class Socket;
private:
@@ -110,6 +111,8 @@
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
muRata

Murata TypeYD