dp_MakeRPCClient

Syntax

dp_MakeRPCClient host port ?checkCmd?

Comments

This is a Tcl wrapper procedure for creating a TCP RPC client. If you need a client of a different channel type, you can use this procedure as a template in order a procedure for your own channel type.

Examples

dp_MakeRPCClient xyzzy.foo.com 5150
dp_MakeRPCClient foo.bar.com 4123 myCheckerProc