MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_Get Function
MPLAB® Harmony Graphics Suite
leList_Get Function
C
void* leList_Get(
    const leList* list, 
    uint32_t idx
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to reference 
uint32_t idx 
the index of the value to retrieve 
Returns

void* - the retrieved value

MPLAB® Harmony Graphics Suite