MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_Clear Function
MPLAB® Harmony Graphics Suite
laArray_Clear Function
C
LIB_EXPORT laResult laArray_Clear(
    laArray* arr
);
Parameters
Parameters 
Description 
laArray* arr 
the array to modify 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite