modified by ohneta

Dependencies:   ESP8266

Dependents:   HelloESP8266Interface_mine

Fork of ESP8266Interface by NetworkSocketAPI

Embed: (wiki syntax)

« Back to documentation index

ESP8266Socket Class Reference

ESP8266Socket Class Reference

ESP8266Socket class. More...

#include <ESP8266Interface.h>


Detailed Description

ESP8266Socket class.

This is a ESP8266 implementation of a socket that implements the SocketInterface class. This mock ESP8266 hardware uses AT commands, so an ATParser is used to communicate with the hardware over serial. In a non-AT command set, ATParser could be replaced by RawSerial or another hardware communication interface.

Definition at line 30 of file ESP8266Interface.h.