EVRPC_GENERATE

Generates the code for receiving and sending an RPC message

EVRPC_GENERATE is used to create the code corresponding to sending and receiving a particular RPC message

@param rpcname the name of the RPC @param reqthe name of the RPC request structure @param replythe name of the RPC reply structure @see EVRPC_HEADER()

extern (C) nothrow
mixin template EVRPC_GENERATE (
string rpcname
string reqstruct
string rplystruct
)

Meta