We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4df4e7 commit 2987bedCopy full SHA for 2987bed
features/netsocket/TLSSocket.h
@@ -140,7 +140,6 @@ class TLSSocket : public TCPSocket {
140
nsapi_error_t set_client_cert_key(const char *client_cert_pem, const char *client_private_key_pem);
141
142
// From TCPSocket
143
- nsapi_error_t connect(const char *host, uint16_t port) override;
144
nsapi_error_t connect(const SocketAddress &address) override;
145
146
protected:
0 commit comments