Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : AMI Parameter Classes : AmiParameterIn()

AmiParameterIn()
Constructor
Declaration
AmiParameterIn(AmiMethod * method,
               const char* name,
               ami_DataType type,
               const char* help);
Purpose
Creates an input parameter for the given method.
Parameters
 
AmiMethod to which this parameter is set.
Establishes the name of the AmiParameterIn object.
AMI_I32. 32-bit signed integer.
AMI_I64. 64-bit signed integer.
AMI_U64. 64-bit unsigned integer.
AMI_F64. 64-bit floating-point number.
AMI_STRING. Null-terminated character string (UTF8 encoding).
AMI_BOOLEAN. Boolean.
NULL or empty string values are acceptable. We strongly recommend you specify meaningful descriptions when describing AmiMethod input parameters.
 
 
AmiParameterOut Class
Class
Declaration
class AmiParameterOut : public AmiParameter Class
Purpose
Creates an output parameter to describe the data that the method returns to the agent.
Member Summary
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved