10000
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 7b95100 commit d05696aCopy full SHA for d05696a
libraries/SocketWrapper/src/MbedClient.cpp
@@ -310,6 +310,6 @@ uint16_t arduino::MbedClient::remotePort() {
310
return address.get_port();
311
}
312
313
-void arduino::MbedClient::setTimeout(unsigned long timeout) {
+void arduino::MbedClient::setSocketTimeout(unsigned long timeout) {
314
_timeout = timeout;
315
libraries/SocketWrapper/src/MbedClient.h
@@ -97,7 +97,7 @@ class MbedClient : public arduino::Client {
97
IPAddress remoteIP();
98
uint16_t remotePort();
99
100
- void setTimeout(unsigned long timeout);
+ void setSocketTimeout(unsigned long timeout);
101
102
friend class MbedServer;
103
friend class MbedSSLClient;
0 commit comments