PEXlib Data Structures

For a list of all PEXlib functions, see list of functions for the PEXlib programming interface.

Topics in this section include:

Grouped by Categories

The PEXlib data structures are grouped in the following categories.


PEX.h

This file defines names for constant values that you need when building a PEXlib application. These constants mainly represent PEX protocol encoding values that you do not need to know by value, but need to know symbolically instead. The names of these constants are used throughout the specification, but since their values are not usually important to understanding or using PEXlib, the constants are not referred to by value in this document.

PEXlib.h

This file contains data structures (type definitions) and function prototypes. The data structures are repeated here for your programming convenience, with the exception of PEXOCData, which is too large to reproduce here.