diff options
Diffstat (limited to 'cores/arduino/Client.h')
-rw-r--r-- | cores/arduino/Client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/Client.h b/cores/arduino/Client.h index 0222896..3f686f9 100644 --- a/cores/arduino/Client.h +++ b/cores/arduino/Client.h @@ -19,6 +19,7 @@ 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: |