|
Function :
CAI_getConversationDump
|
This function returns a buffer containing additional information
about the last error. This buffer can be send to the development support group for further
analysis.
| API : Application Programming Interface |
typedef struct
{
const unsigned char *dump;
unsigned int dump_len;
} CAI_Dump;
CAI_Err CAI_getConversationDump(
CAI_Conversation *conversation,
CAI_Dump *dump);
|
|
| Parameter |
In/Out |
Description |
| conversation |
In |
Handle on the conversation.
It represents a channel opened between your application and the AMADEUS system.
|
| dump |
Out |
Buffer containing additional information about the last error.
|