We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2075bd4 + bcc50bf commit 137c21eCopy full SHA for 137c21e
libraries/WiFi/src/WiFiClient.h
@@ -88,6 +88,7 @@ class WiFiClient : public ESPLwIPClient
88
89
int setSocketOption(int option, char* value, size_t len);
90
int setSocketOption(int level, int option, const void* value, size_t len);
91
+ int getSocketOption(int level, int option, const void* value, size_t size);
92
int setOption(int option, int *value);
93
int getOption(int option, int *value);
94
int setTimeout(uint32_t seconds);
0 commit comments