Section 6 Definitions of Server Functions
Rev. 1.01 Mar. 17, 2008 Page 55 of 128
REJ10J1822-0101
6.3 Function Names
Description:
Type the name of the function you wish to use.
Example:
Specification of a server function
int func(int par);
The function takes par as an input and returns a value of type int.
Definition of the server function
int ret = func([IN DFLT]int par);