Use the RPCGEN command to generate C code to implement an RPC protocol. The input to RPCGEN is a language similar to C, known as RPC language.

You normally use RPCGEN infile to generate the following four output files. For example, if the infile is named PROTO.X, RPCGEN generates:

RPCGEN is located in the \TOOLKIT\BIN subdirectory.


[Back] [Next]