ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
63:531f4c27f360
Parent:
58:1caa187fa5af
Child:
66:c84a4c76cb94
--- a/Socket.h	Wed Mar 02 16:52:25 2016 +0000
+++ b/Socket.h	Wed Mar 09 05:51:38 2016 +0000
@@ -28,7 +28,6 @@
 public:
     ~Socket();
 
-
     /** Open a connection to the underlying address
      *  @param address URL or IP address to connect to
      *  @param port Port to connect to
@@ -56,7 +55,6 @@
      */
     int32_t recv(void *data, uint32_t size, bool blocking = true);
 
-
     /** Gets the IP address
      *  @return IP address to connect to
      */
@@ -72,7 +70,6 @@
      */
     bool isConnected();
 
-
 protected:
     Socket(NetworkInterface *iface, ns_protocol_t proto);