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: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: SocketInterface.h
- Branch:
- api-changes
- Revision:
- 32:2c5fc105fc50
- Parent:
- 31:7f15b95f2a1d
- Child:
- 36:eab792dfb0d8
--- a/SocketInterface.h Mon Feb 22 22:51:03 2016 +0000
+++ b/SocketInterface.h Mon Feb 22 19:07:36 2016 -0600
@@ -47,13 +47,11 @@
virtual void setPort(uint16_t port);
/** Open a connection to the underlying address
- * Only used for TCP sockets
* @return 0 on success
*/
virtual int32_t open() = 0;
/** Close an open connection
- * Only used for TCP sockets
* @return 0 on success
*/
virtual int32_t close() = 0;
