TCP/IP Client (Ethernet Shield): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoEthernetTCPClientSocket.png == Summary == {{:Summaries:Summary TCP/IP Client (Ethernet Shield)}} == Description == Add this element to the Ethernet Shield Sockets in order to have TCP Client Socket. Client socket can connect to a remote server. == Used By == *TArduinoBasicEthernetShield.Sockets - {{:Summaries:Summary TArduinoBasicEthernetShield.Sockets}} == Properties == *Host - {{:Summaries:Summary TCP/IP Clie..." |
(No difference)
|
Latest revision as of 09:03, 9 June 2022
Summary
TCP Ethernet Client Socket element
Description
Add this element to the Ethernet Shield Sockets in order to have TCP Client Socket.
Client socket can connect to a remote server.
Used By
- TArduinoBasicEthernetShield.Sockets - Specifies the sockets of the shield
Properties
- Host - 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
- Flush - Summaries:Summary TArduinoBasicConnectSocket.FlushInputPin
- Connected - Summaries:Summary TArduinoBasicConnectNotifySocket.ConnectedOutputPin
- Disconnect - Summaries:Summary TArduinoBasicConnectNotifySocket.DisconnectInputPin
- Out - The Byte(Binary) Output pin of the component or element
- In - The Any and Byte(Binary) Type Input pin of the component or element