Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ESP8266.h File Reference
Go to the source code of this file.
Data Structures | |
| class | ESP8266 |
| Provide methods to manipulate ESP8266 for internet access via WiFi. More... | |
Enumerations | |
| enum | ESP8266Encrypstion { ESP8266_ECN_OPEN = 0, ESP8266_ECN_WEP = 1, ESP8266_ECN_WAP_PSK = 2, ESP8266_ECN_WAP2_PSK = 3, ESP8266_ECN_WAP_WAP2_PSK = 4 } |
The way of SoftAP encrypstion. More... | |
| enum | ESP8266CommType { ESP8266_COMM_UDP = 0, ESP8266_COMM_TCP = 1 } |
The ip protocol for communication. More... | |
| enum | ESP8266WorkMode { ESP8266_MODE_STA = 1, ESP8266_MODE_SAP = 2, ESP8266_MODE_STA_SAP = 3 } |
The work mode. More... | |
| enum | ESP8266Mux { ESP8266_MUX_SINGLE = 0, ESP8266_MUX_MULTIPLE = 1 } |
Mux single or multiple connection mode. More... | |
Detailed Description
Definition in file ESP8266.h.
Enumeration Type Documentation
| enum ESP8266CommType |
| enum ESP8266Encrypstion |
| enum ESP8266Mux |
| enum ESP8266WorkMode |
Generated on Tue Jul 12 2022 18:59:49 by
1.7.2