dp_MakeRPCServer

Syntax

dp_MakeRPCServer port ?loginFunc? ?checkCmd?

Comments

This is a Tcl wrapper procedure for the creating an RPC server in one command. The arguments have not been changed from 3.x in order to preserve compatibility. This procedure creates an RPC TCP server. If you need an RPC server on another type of channel, you can use this procedure as a template for writing your own.

Syntax

dp_MakeRPCServer 5150
dp_MakeRPCServer 4149 myLogin CheckThisPal