We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2075bd4 commit bcc50bfCopy full SHA for bcc50bf
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