MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laProgressBarWidget_SetValue Function
MPLAB® Harmony Graphics Suite
laProgressBarWidget_SetValue Function
C
LIB_EXPORT laResult laProgressBarWidget_SetValue(
    laProgressBarWidget* bar, 
    uint32_t value
);
Parameters
Parameters 
Description 
laProgressBarWidget* bar 
the widget 
uint32_t value 
the desired value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite