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.
Fork of cc3000_hostdriver_mbedsocket by
Diff: Socket/Socket.h
- Revision:
- 4:15b58c119a0a
- Parent:
- 0:615c697c33b0
- Child:
- 5:245ac5b73132
--- a/Socket/Socket.h Thu Sep 19 08:04:22 2013 +0000
+++ b/Socket/Socket.h Sat Sep 21 15:01:05 2013 +0000
@@ -67,6 +67,8 @@
protected:
int _sock_fd;
+ int init_socket(int type, int protocol);
+
int wait_readable(TimeInterval& timeout);
int wait_writable(TimeInterval& timeout);
