Parameters

Previous Next

When you use RDMI, you are likely to pass parameters to the method and/or receive parameters back from the method. For each method call you need to determine:

The number of parameters you need.

For each parameter, the mode of the parameter (In, Out, Return, or InList).

For each parameter, the data type of the parameter.

See also

Parameter data types

Modes of RDMI parameters

How parameters are passed to and from components