Skip to content

Commit 137c21e

Browse files
authored
Merge pull request #2 from rtpmsys/rtpmsys-getsocketoption-1
Update WiFiClient.h
2 parents 2075bd4 + bcc50bf commit 137c21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFi/src/WiFiClient.h

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class WiFiClient : public ESPLwIPClient
8888

8989
int setSocketOption(int option, char* value, size_t len);
9090
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);
9192
int setOption(int option, int *value);
9293
int getOption(int option, int *value);
9394
int setTimeout(uint32_t seconds);

0 commit comments

Comments
 (0)