MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laContext Type
MPLAB® Harmony Graphics Suite
laContext Type

Structure: laContext 

The context represents an discrete instance of Aria user interface library. The library is designed to be multi-instance and fully re-entrant. The entire state of the library is stored and referenced through the context pointer.

C
typedef struct laContext_t laContext;
Remarks

None.

MPLAB® Harmony Graphics Suite