Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: Socket/UDPSocket.h
- Revision:
- 29:6a0ba999597d
- Parent:
- 26:f2e1030964e4
- Child:
- 33:33f1bc919486
diff -r b796031f6519 -r 6a0ba999597d Socket/UDPSocket.h
--- a/Socket/UDPSocket.h Tue Apr 01 07:19:19 2014 +0000
+++ b/Socket/UDPSocket.h Mon May 26 05:17:28 2014 +0000
@@ -31,13 +31,9 @@
#ifndef UDPSOCKET_H
#define UDPSOCKET_H
-#include "MurataObject.h"
#include "Socket.h"
#include "Endpoint.h"
-namespace murata_wifi
-{
-
/**
Interface class for UDP socket of using SNIC UART.
*/
@@ -77,6 +73,5 @@
*/
int receiveFrom(Endpoint &remote, char *buffer, int length);
};
-}
#endif

Murata TypeYD