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: Socket/Socket.h
- Revision:
- 25:67183ed15708
- Parent:
- 24:987e412ae879
- Child:
- 26:f2e1030964e4
--- a/Socket/Socket.h Fri Mar 28 00:45:15 2014 +0000
+++ b/Socket/Socket.h Fri Mar 28 01:56:08 2014 +0000
@@ -30,6 +30,7 @@
#ifndef SOCKET_H_
#define SOCKET_H_
+#include "MurataObject.h"
#include "SNIC_Core.h"
#include "SNIC_UartMsgUtil.h"
@@ -42,7 +43,7 @@
/** Socket file descriptor and select wrapper
*/
-class Socket {
+class Socket: public C_MurataObject {
public:
/** Socket
*/
muRata

Murata TypeYD