ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
126:636a06d0aa42
Parent:
109:5d8bd5752386
--- a/TCPSocket.h	Wed May 25 02:45:51 2016 +0000
+++ b/TCPSocket.h	Sun Oct 01 20:55:24 2017 +0000
@@ -83,6 +83,10 @@
      *  @return         Number of sent bytes on success, negative error
      *                  code on failure
      */
+     
+    int connectSSL(const SocketAddress &addr);
+    int connectSSL(const char *host, uint16_t port);
+    
     int send(const void *data, unsigned size);
     
     /** Receive data over a TCP socket