chipKIT® Development Platform

Inspired by Arduino™

Last edit: 2021-03-21 22:34 by Majenko

Server

Server
Quick Look
Hardware WF32 or Wi-Fire
Core Server.h

Server provides an interface to be used by other classes

  1. Detailed Introduction

  2. Full library usage

    1. Server

      1. Virtual Public Functions

        1. begin()

  3. External Links

Detailed Introduction

Server inherits from Print and contains a single function begin() which can be overridden.

Full library usage

Server

Virtual Public Functions


begin()

virtual void begin();

An interface to tell the server to begin listening for incoming connections.

External Links