ThreadedTCPClient(host,port[,chargen][,initalsendmessage]) -> threaded 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 - initialsendmessage -- to be send immediately after connection is established (default=None)
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. |