1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-14 13:41:23 +03:00

add method to check for clients without referencing them

This commit is contained in:
ficeto
2015-05-12 15:21:35 +03:00
parent 1707d3d036
commit bacc0b1f8b
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@ private:
public:
WiFiServer(uint16_t port);
WiFiClient available(uint8_t* status = NULL);
bool hasClient();
void begin();
virtual size_t write(uint8_t);
virtual size_t write(const uint8_t *buf, size_t size);