Function :
 CAI_initXmlBuffer
 CAI_releaseXmlBuffer


Description

These functions are used to allocate/release the buffer used to receive XML responses from the host.

Syntax

 

   void CAI_initXmlBuffer(CAI_XML_BUFFER *xmlReply);

   void CAI_releaseXmlBuffer(CAI_XML_BUFFER *xmlReply);

Parameters

 

Parameter In/Out Description
xmlReply Out/In XML Document that will be filled when receiving responses from the host

Return Value

none