TCP/IP Server (ESP8266 Socket): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoBasicTCPServerSocket.png == Summary == {{:Summaries:Summary TCP/IP Server (ESP8266 Socket)}} == Description == Add this element to the WiFi Module Sockets in order to have TCP Server Socket. Other devices can connect with client sockets to the server socket. == Used By == *ESP8266 WiFi.Sockets - {{:Summaries:Summary ESP8266 WiFi.Sockets}} == Properties == *Enabled - {{:Summaries:Summary TArduinoBasicSocket.Enable..." |
(No difference)
|
Latest revision as of 09:42, 9 June 2022
File:TArduinoBasicTCPServerSocket.png
Summary
TCP WiFi Server Socket element
Description
Add this element to the WiFi Module Sockets in order to have TCP Server Socket.
Other devices can connect with client sockets to the server socket.
Used By
- ESP8266 WiFi.Sockets - Specifies the sockets of the WiFi module
Properties
- Enabled - Enables or disables the socket
- Port - Specifies the port of the socket.
- Name - Specifies the name of the element