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

Structure: laLayerBuffer_t 

Structure to maintain the buffer type and track the buffer location for each layer

C
typedef struct laLayerBuffer_t {
  laLayerBufferType type;
  void* address;
} laLayerBuffer;
Remarks

None.

MPLAB® Harmony Graphics Suite