Exampple.Tcp (exampple v0.10.6)

TCP client which is in use to abstract all of the connectivity aspects for TCP.

Link to this section Summary

Functions

Send data via socket. The argments are being positioned to use data in a pipeline way.

starts a connection to a host and port passed as parameters. The handling process is which start the connection in active way.

Stops the connection passing the socket as parameter.

Link to this section Functions

Link to this function

send(data, socket)

Send data via socket. The argments are being positioned to use data in a pipeline way.

Link to this function

start(host, port)

starts a connection to a host and port passed as parameters. The handling process is which start the connection in active way.

Stops the connection passing the socket as parameter.