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/Socket.h
- Revision:
- 27:dcc4f34448f0
- Parent:
- 26:f2e1030964e4
- Child:
- 29:6a0ba999597d
diff -r f2e1030964e4 -r dcc4f34448f0 Socket/Socket.h
--- a/Socket/Socket.h Fri Mar 28 03:03:40 2014 +0000
+++ b/Socket/Socket.h Mon Mar 31 02:06:14 2014 +0000
@@ -77,6 +77,9 @@
int createSocket( unsigned char bind = 0, unsigned int local_addr = 0, unsigned short port = 0 );
protected:
+ int addrToInteger( const char *addr_p );
+
+protected:
int mSocketID;
#if 0
bool _blocking;

Murata TypeYD