AMI C API Constants

The next table lists the general AMI C API constants.

Constant

Description

AMI_VERSION 

The version of the AMI specification implemented by this version of the AMI C API.

AMI_METHOD_DEFAULT_TIMEOUT

AMI method default timeout period specified in milliseconds. If the method takes longer than this timeout period the TIBCO Hawk agent will reflect a timeout error.

For methods that require a longer timeout period this can be overridden by passing the timeout parameter through the ami_MethodCreate function The default is 10000 milliseconds.