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 16b308a commit 19ee8a7Copy full SHA for 19ee8a7
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