![]()  | 
  
    MPLABĀ® Harmony Graphics Suite
    GFX v3.13.0
    
   Legato API Documentation 
   | 
 
This struct represents a list node . More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/datastructure/legato_list.h>

Data Fields | |
| struct leListNode * | next | 
| void * | val | 
This struct represents a list node .
List node is used to hold a list of items.
| struct leListNode* next | 
The next list node.
| void* val | 
The value at a node.