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

Public Member Functions

 FcBucketPicker (char *json, char *jsonArray)
 
void setObj (char *refname, char *title, bool reqSel, char *filter, char *actBtnTitle, bool multiSel)
 
void addValue (char *value)
 
void appendValue ()
 

Public Attributes

char featureTypes [4][10] = {"post", "profile", "groupchat", "channel"}
 

Constructor & Destructor Documentation

◆ FcBucketPicker()

FcBucketPicker::FcBucketPicker ( char * json,
char * jsonArray )
inline
Parameters
json- it is the char array that will contain the whole json script
jsonArray- it is a temporary char array that will contain the Values
Returns
void

Member Function Documentation

◆ addValue()

void FcBucketPicker::addValue ( char * value)
Parameters
value- It can be of the following types: char featureTypes[4][10] = {"post", "profile", "groupchat", "channel"};
Returns
void

◆ appendValue()

void FcBucketPicker::appendValue ( )
Returns
void

◆ setObj()

void FcBucketPicker::setObj ( char * refname,
char * title,
bool reqSel,
char * filter,
char * actBtnTitle,
bool multiSel )
Parameters
refname- it is the reference name of the object
title- is the text displayed next to the picker
reqSel- indicates if the selection is required to submit the form
filter- determines what type of bucket one wants the user to pick from. Allowed (multiple) values are: featureTypes[4][10] = {"post", "profile", "groupchat", "channel"};
actBtnTitle- is the label of the pick button
multiSel- is a flag that allows the user to select multiple objects in the UI
Returns
void

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