ami_ParameterCreateOut()
Function
Declaration
ami_Error ami_ParameterCreateOut(
ami_Session inAmiSession,
ami_Method inAmiMethod,
ami_Parameter * inpAmiParm,
const char * inpName,
ami_DataType inType,
const char * inpHelp );
Purpose
Adds the specified parameter to the description of return parameters for that method.
Parameters
Parameter |
Description |
|
Handle of AMI session. |
|
Handle of AMI method. |
|
Target for returned parameter handle. |
|
Name of the parameter for AMI purposes. Note: The use of curly brackets { } in microagent method parameter names is not supported. Use of these characters results in an error. |
|
Type of the parameter. |
|
Optional description for the parameter. |