rtXML2EXI.h File Reference

Functions for serializing XML data into EXI format. More...

#include "rtexisrc/osrtexi.h"

Go to the source code of this file.


Functions

EXTERNEXI int rtXmlMem2ExiMem (OSCTXT *pctxt, OSOCTET *outbuf, size_t outbufsiz)
 This function serializes XML data to EXI data and stores the result in the given memory buffer.
EXTERNEXI int rtXmlFile2ExiStream (const char *xmlFileName, OSCTXT *pExiCtxt)
 This function serializes XML data from a file to EXI data and outputs the result to the output stream defined within the given output context.

Detailed Description

Functions for serializing XML data into EXI format.

Definition in file rtXML2EXI.h.