TCP/IP Client (WiFi Shield): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoWiFiTCPClientSocket.png == Summary == {{:Summaries:Summary TCP/IP Client (WiFi Shield)}} == Description == Add this element to the WiFi Shield Sockets in order to have TCP Client Socket. Client socket can connect to a remote server. == Used By == *WiFi Shield.Sockets - {{:Summaries:Summary WiFi Shield.Sockets}} *WiFi.Sockets - {{:Summaries:Summary WiFi.Sockets}} == Properties == *URL - {{:Summaries:Summary TCP/IP Clien..." |
(No difference)
|
Latest revision as of 07:25, 9 June 2022
File:TArduinoWiFiTCPClientSocket.png
Summary
TCP WiFi Client Socket element
Description
Add this element to the WiFi Shield Sockets in order to have TCP Client Socket.
Client socket can connect to a remote server.
Used By
- WiFi Shield.Sockets - Specifies the sockets of the WiFi Shield
- WiFi.Sockets - Specifies the sockets of the WiFi Module
Properties
- URL - Specifies the remote URL to connect to
- IPAddress - Specifies the IPV4 IP Address of the remote socket
- Enabled - Enables or disables the socket
- Port - Specifies the port of the socket.
- Name - Specifies the name of the element
Pins
- Connected - Summaries:Summary TArduinoBasicConnectSocket.ConnectedOutputPin
- In - The Any and Byte(Binary) Type Input pin of the component or element
- Out - The Byte(Binary) Output pin of the component or element