WiFiServer (Zephyr zsock version) This class provides a TCP server interface using Zephyr's socket API (zsock). It mimics the Arduino WiFiServer API for compatibility.
More...
#include <WiFiServerZephyr.h>
WiFiServer (Zephyr zsock version) This class provides a TCP server interface using Zephyr's socket API (zsock). It mimics the Arduino WiFiServer API for compatibility.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ WiFiServerZephyr()
◆ ~WiFiServerZephyr()
◆ accept()
Accept an incoming client connection (blocking)
◆ available()
Check for and return an incoming client connection.
◆ begin()
◆ end()
◆ portNumber()
Get the port number the server is listening on.
The documentation for this class was generated from the following file: