Renesas REJ10J1822-0101 Computer Hardware User Manual


 
Section 6 Definitions of Server Functions
Rev. 1.01 Mar. 17, 2008 Page 66 of 128
REJ10J1822-0101
6.6.4 ARY (Array)
Input/Output Keywords Available in Combination with ARY:
All
Description:
The data of a specified array are transferred between the client and the server. ARY is only
specifiable when the parameter is of the array type. As the parameter specification that follows this
keyword, define a parameter that expresses the first address of the array.
When ARY is used, it must be followed by a definition of COUNT, which indicates the number of
elements in the array to be passed between the client and the server. For details, refer to section
6.6.5, COUNT (Number of Elements in an Array).
When IN has been selected and REF is used with ARY, the pointer to the array is transferred
instead of the array it indicates. For details, refer to section 6.5.4, REF (Passing by Reference).
Example:
Refer to section 6.6.5, COUNT (Number of Elements in an Array).