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-httpclient-example SNIC-ntpclient-example
Fork of SNICInterface by
Diff: Socket/UDPSocket.cpp
- Revision:
- 14:54378c96d285
- Parent:
- 4:99cc93fe7d88
diff -r 53e6471d5753 -r 54378c96d285 Socket/UDPSocket.cpp --- a/Socket/UDPSocket.cpp Tue Mar 25 02:21:11 2014 +0000 +++ b/Socket/UDPSocket.cpp Wed Mar 26 04:38:12 2014 +0000 @@ -15,6 +15,18 @@ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/******************* Murata Manufacturing Co.,Ltd. 2014 ***************** + * + * Filename: UDPSocket.cpp + * + * Purpose: This module has implementation of UDP socket. + * + * $Author: kishino $ + * + * $Date: 2014/03/26 $ + * + * $Revision: 0.0.0.1 $ + * ***********************************************************************/ #include "Socket/UDPSocket.h"
