1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-18 17:42:23 +03:00

LocalIP/LocalPort support

This commit is contained in:
aalku
2015-08-14 22:27:21 +02:00
committed by Ivan Grokhotkov
parent a2f3637ed4
commit acc34e2914
3 changed files with 30 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ public:
IPAddress remoteIP();
uint16_t remotePort();
IPAddress localIP();
uint16_t localPort();
bool getNoDelay();
void setNoDelay(bool nodelay);
static void setLocalPortStart(uint16_t port) { _localPort = port; }