TCPClient(host,port[,delay]) -> component with a TCP connection to a server.
Establishes a TCP connection to the specified server.
Keyword arguments: - host -- address of the server to connect to (string) - port -- port number to connect on - delay -- delay (seconds) after activation before connecting (default=0)
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |