MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_SetSliderValue Function
MPLAB® Harmony Graphics Suite
laSliderWidget_SetSliderValue Function

Must be between slider min and max

C
LIB_EXPORT laResult laSliderWidget_SetSliderValue(
    laSliderWidget* sld, 
    int32_t val
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
uint32_t val 
the desired slider value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite