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


Chapter 4 AMI API : AMI C API Error Functions : ami_TraceHandler

ami_TraceHandler
Type
Declaration
typedef void (*ami_TraceHandler)(
ami_Session inAmiSession,
ami_TraceCode inTraceCode,
int inTraceID,
const char * inpText,
void * inpUserData );
Purpose
This is the prototype for the optional AMI trace handler callback. This callback is used by AMI API to report events to the application. These events are classified by ami_TraceCode. If no trace handler is provided then tracing is disabled. Tracing can be controlled (including turned off) using the trace control functions.
Parameters
 
 
Trace Control Functions Summary
The following table summarizes the AMI C API trace control functions. These functions are described in the following sections.
Returns the current AMI session trace level settings.
Resets all AMI session trace level settings to the specified settings.
 
 

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