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_Core.h
- Revision:
- 21:dda155fe5048
- Parent:
- 20:dd736d328de6
- Child:
- 22:a9ec0cad4f84
--- a/SNIC/SNIC_Core.h Thu Mar 27 06:52:04 2014 +0000
+++ b/SNIC/SNIC_Core.h Thu Mar 27 07:14:21 2014 +0000
@@ -180,7 +180,12 @@
*/
class C_SNIC_Core
{
-public:
+friend class C_SNIC_UartCommandManager;
+friend class C_SNIC_WifiInterface;
+friend class TCPSocketConnection;
+friend class Socket;
+
+private:
/** Get buffer for command from memory pool.
@return Pointer of buffer
muRata

Murata TypeYD