MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laList_Assign Function
MPLAB® Harmony Graphics Suite
laList_Assign Function
C
LIB_EXPORT int32_t laList_Assign(
    laList* list, 
    size_t idx, 
    void* val
);
Parameters
Parameters 
Description 
laList* list 
pointer to the list to modify 
size_t idx 
the index to modify 
void* val 
the new value of the node 
Returns

int32_t - 0 if success, -1 if failure

MPLAB® Harmony Graphics Suite