| Name | Description | Use |
<tcpipserver> elements
| <description> | Description of the Transmission Control Protocol/Internet Protocol (TCP/IP) server connection. | 0 to 1 |
| <history> | Specifies the TCP/IP server 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) server connection. | 0 to 1 |
| <multiplex> | Specifies that this is a multiplex TCP/IP server. | 0 to 1 |
| <localhost> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server local host. | 0 to 1 |
| <localport> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server local port. | 0 to 1 |
| <port> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server port. The "port" element has been replaced with the "localport" element to be more constant with "udpserver". Future versions may remove the "port" element so developers should use the "localport" element. | 0 to 1 |
| <readsize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server read size in bytes. | 0 to 1 |
| <writesize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server write size in bytes. | 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 |
| Sibling Name | Sibling Description |
<tcpipserver> 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. |
| <tcpip> | Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) 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. |