ami_ParameterList
Type
Purpose
This is the AMI C API parameter list object handle. It encapsulates all the information required to define and support a list of AMI parameters. It is used to group parameters for the purpose of defining the input or output parameters of a method and for setting and retrieving the values of input and output parameters.
Remarks
All ami_ParameterList
instances are associated with an ami_Method
or an ami_ParameterListList
and are destroyed along with the ami_Method
or ami_ParameterListList
when it is destroyed. There is no need (or function) to destroy an ami_ParameterList.