Data Types Summary
This table lists the AMI C API data types. These types are described in the following sections.
Data Type |
Description |
Page |
Defines the valid alert types for unsolicited messages. |
||
Defines the valid boolean data types. |
||
General constants defined in the AMI C API. |
||
Defines valid AMI C API parameter data types. |
||
Error object handle—encapsulates all the information required to define an AMI C API error. |
||
Method object handle—Encapsulates all the information required to define and support an AMI C API method. |
||
Defines the valid AMI C API method types. |
||
Parameter object handle—encapsulates all the information required to define and support an AMI C API parameter—used to represent an individual method input or output parameter. |
||
Object handle for parameter list that encapsulates all the information required to define and support a list of AMI C API parameters—used to group the input or output parameters of a method. |
||
Object handle that generates a list of Parameter lists—encapsulates all the information required to define and support multiple AMI parameter lists—used to return multiple instances of output parameter values for a method (i.e. tabular data). |
||
Session object handle—encapsulates all the information required to define and support an AMI session. |
||
Encapsulates all the information required to define and support a subscription to an asynchronous AMI method. |
||
Defines the transport properties specified by name value pairs and are added by the |