semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
FcSlider Class Reference

Public Member Functions

 FcSlider (char *json)
 
void setObj (char *refname, char *title, bool reqSel, int value, int min, int max, int step)
 

Constructor & Destructor Documentation

◆ FcSlider()

FcSlider::FcSlider ( char * json)
inline
Parameters
json- it is the char array that will contain the whole json script
Returns
void

Member Function Documentation

◆ setObj()

void FcSlider::setObj ( char * refname,
char * title,
bool reqSel,
int value,
int min,
int max,
int step )
Parameters
refname- it is the reference name of the object
title- is the text displayed next to the slider
reqSel- indicates if the selection is required to submit the form
value- is the value selected on the slider on initializing (sending the form) or submission
min- is the value selected when slider is at its minimum
max- is the value selected when slider is at its maximum
step- s the value amount that sums or subtracts to the initial value at each slider minimum drag
Returns
void

The documentation for this class was generated from the following files: