Table of Contents
XBinder generates C encode functions to transform data from populated C data structures into binary Efficient XML Interchange (EXI) message instances. It generates decode functions to parse data from EXI message instances into variables of generated C structure. EXI is a W3C standard defined in https://www.w3.org/TR/exi/.
The following sections describe procedures for using the XBinder generated functions to encode and decode EXI data.