Additions to WiFiClient and WiFiServer (#404)

Required for WebServer and/or DNSServer libraries
This commit is contained in:
bbx10
2017-06-14 01:22:16 -07:00
committed by Me No Dev
parent 6af648e8f5
commit b05c7dfa59
4 changed files with 22 additions and 1 deletions

View File

@ -50,6 +50,8 @@ class WiFiServer : public Server {
using Print::write;
void end();
void close();
void stop();
operator bool(){return _listening;}
int setTimeout(uint32_t seconds);
void stopAll();