| Name | Description | Use |
<tcpip> elements
| <description> | Description of the Transmission Control Protocol/Internet Protocol (TCP/IP) connection. | 0 to 1 |
| <history> | Specifies the TCP/IP history. | 0 to 1 |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. | 0 to 1 |
| <specreference> | Specification reference for this Transmission Control Protocol/Internet Protocol (TCP/IP) connection. | 0 to 1 |
| <host> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) remote host name.
The "host" element has been replaced with the "remotehost" to be more consistent with the "udp" element.
In future versions the "host" element may not be supported so developers should use the "remotehost" element. | 0 to 1 |
| <remotehost> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) remote host name. | 0 to 1 |
| <remoteport> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) remote port. | 0 to 1 |
| <localhost> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) local host. | 0 to 1 |
| <localport> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) local port. | 0 to 1 |
| <linger> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) linger value. A value of -1 specifies to use the default values. A value of zero specifies no linger. A value greater than zero is the milliseconds linger value. See the Socket class for more details. | 0 to 1 |
| <readtimeout> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) read timeout in milliseconds. | 0 to 1 |
| <readsize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) read size in bytes. | 0 to 1 |
| <writesize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) write size in bytes. | 0 to 1 |
| Sibling Name | Sibling Description |
<tcpip> element siblings
| <connection> | Specifies an connection to be used by the transport. |
| <connectionservice> | Specifies the connection to be used by the transport. |
| <echo> | Specifies an echo connection. |
| <file> | Specifies a file connection. |
| <gpio> | Specifies a General Purpose Input Output (GPIO) connection. |
| <i2c> | Specifies an Inter-IC (I2C) connection. |
| <most> | Specifies a Media Oriented Systems Transport (MOST) connection. |
| <randomaccessfile> | Specifies a random access file connection. |
| <serial> | Specifies a serial port connection. |
| <tcpipserver> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) server connection. |
| <ssl> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) SSL connection. |
| <sslserver> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) SSL server connection. |
| <udp> | Specifies a User Diagram Protocol (UDP) connection. |
| <udpserver> | Specifies a User Diagram Protocol (UDP) server connection. |
| <tcpipmultiplex> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) connection. |
| <tcpipservermultiplex> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) server connection. |
| <sslmultiplex> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) SSL connection. |
| <sslservermultiplex> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) SSL server connection. |
| <udpmultiplex> | Specifies a User Diagram Protocol (UDP) connection. |
| <udpservermultiplex> | Specifies a User Diagram Protocol (UDP) server connection. |
| <urlconnection> | Specifies a Uniform Resource Locator (URL) connection. |
| <usb> | Specifies a USB connection. |
| <transportservice> | Specifies the name of the Open Services Gateway Initiative (OSGi) transport service to be used by the transport. |