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

Public Member Functions

 ~FcSlider ()
 
void set (const char *refname, const char *title, bool reqSel, int value, int min, int max, int step)
 
char * get ()
 

Constructor & Destructor Documentation

◆ ~FcSlider()

FcSlider::~FcSlider ( )
inline
Returns
void

Member Function Documentation

◆ get()

char * FcSlider::get ( )
Returns
char*

◆ set()

void FcSlider::set ( const char * refname,
const 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: