Description of TCP/IP Message Library :
Set of components that greatly simplifies the processes of communicating between two programs over TCP/IP. Instead of regular TCP/IP communication using raw binary or text data, TCP/IP Message Library provides the capability to communicate using parameterized messages where the parameters are variables with regular datatypes. Simply fill in the parameters of a message and send it; it will be received intact at the other end of the communication where the same parameters are available for reading. The TCP/IP Message Library components handle all the necessary functionality oftranslating the parameters to binary data, sending it over TCP/IP, receiving it completely at the other end, and rebuilding the message for reading.