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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite