Section 6 Definitions of Server Functions
Rev. 1.01 Mar. 17, 2008 Page 59 of 128
REJ10J1822-0101
6.5.3
INOUT (Input and Output)
Description:
This keyword defines a parameter as an input to and output from the server function. The data in
the area specified by the parameter are transferred from the client to the server and then passed to
the server function. After that, the data output by the server function to the area specified by the
parameter are returned to the client. This keyword can only be used with the data-type keywords
PTR and ARY.
Example:
Specification of a server function
int func(struct ST *ptr);
The function takes *ptr, a pointer to a structure of type ST, as an input and returns a value in the
same area.
Definition of the server function
int ret = func([
INOUT
PTR]struct ST *ptr);
Summary of Contents for Stub Generator REJ10J1822-0101
Page 4: ......
Page 6: ......
Page 12: ...vi ...
Page 16: ...Section 2 Installation Rev 1 01 Mar 17 2008 Page 4 of 128 REJ10J1822 0101 ...
Page 34: ...Section 4 Executing RPCGEN Rev 1 01 Mar 17 2008 Page 22 of 128 REJ10J1822 0101 ...
Page 60: ...Section 5 Specifications of a Config File Rev 1 01 Mar 17 2008 Page 48 of 128 REJ10J1822 0101 ...
Page 118: ...Section 9 Notes Rev 1 01 Mar 17 2008 Page 106 of 128 REJ10J1822 0101 ...
Page 131: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 119 of 128 REJ10J1822 0101 ...
Page 140: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 128 of 128 REJ10J1822 0101 ...
Page 143: ......