Chapter 9.  Generated C EXI Encode/Decode Functions

Table of Contents

Preparing C Data Variables for Encoding
Generated EXI Encode Functions
Generated EXI Decode Functions

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.