Method Functions Summary

This table summarizes the AMI C API method functions. These functions are described in the following sections.

Function

Description

Page

ami_MethodCreate()

Creates a synchronous AMI method and adds it to the specified AMI session.

ami_MethodCreate()

ami_AsyncMethodCreate()

Creates an asynchronous AMI method and adds it to the specified AMI session.

ami_AsyncMethodCreate()

ami_MethodGetName()

Returns the name of the specified method.

ami_MethodGetName()

ami_MethodGetHelp()

Returns the textual description of the specified method.

ami_MethodGetHelp()

ami_MethodGetUserData()

Returns the user data of the specified method.

ami_MethodGetUserData()

ami_MethodSetIndex()

Specifies which return parameters to use as the index(es) for methods that return tabular data.

ami_MethodSetIndex()