diff options
| -rw-r--r-- | cores/arduino/Client.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/cores/arduino/Client.h b/cores/arduino/Client.h index 3f686f9..ea13483 100644 --- a/cores/arduino/Client.h +++ b/cores/arduino/Client.h @@ -19,9 +19,6 @@ public:    virtual void stop() = 0;    virtual uint8_t connected() = 0;    virtual operator bool() = 0; -  virtual uint16_t localPort() = 0; -  virtual IPAddress remoteIP() = 0; -  virtual uint16_t remotePort() = 0;  protected:    uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };  }; | 
