pefect / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

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;