Skip to content

Commit b7b1b83

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents 9b47081 + 19ee8a7 commit b7b1b83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arduino/cores/arduino/Client.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ class Client : public Stream {
1919
virtual void stop() = 0;
2020
virtual uint8_t connected() = 0;
2121
virtual operator bool() = 0;
22-
virtual uint16_t localPort() = 0;
23-
virtual IPAddress remoteIP() = 0;
24-
virtual uint16_t remotePort() = 0;
2522
protected:
2623
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
2724
};

0 commit comments

Comments
 (0)