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 31accb1 commit 7aedb47Copy full SHA for 7aedb47
hardware/arduino/cores/arduino/Client.h
@@ -19,9 +19,6 @@ class Client : public Stream {
19
virtual void stop() = 0;
20
virtual uint8_t connected() = 0;
21
virtual operator bool() = 0;
22
- virtual uint16_t localPort() = 0;
23
- virtual IPAddress remoteIP() = 0;
24
- virtual uint16_t remotePort() = 0;
25
protected:
26
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
27
};
0 commit comments