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/UDPSocket.h
- Revision:
- 26:f2e1030964e4
- Parent:
- 25:67183ed15708
- Child:
- 29:6a0ba999597d
--- a/Socket/UDPSocket.h Fri Mar 28 01:56:08 2014 +0000
+++ b/Socket/UDPSocket.h Fri Mar 28 03:03:40 2014 +0000
@@ -47,6 +47,7 @@
/** Instantiate an UDP Socket.
*/
UDPSocket();
+ virtual ~UDPSocket();
/** Init the UDP Client Socket without binding it to any specific port
\return 0 on success, -1 on failure.
muRata

Murata TypeYD