MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_Get Function
MPLAB® Harmony Graphics Suite
laArray_Get Function
C
void* laArray_Get(
    laArray* arr, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laList* list 
pointer to the list to reference 
uint32_t idx 
the index of the entry to get 
Returns

void* - pointer to the entry at idx

MPLAB® Harmony Graphics Suite