1#ifndef _fc_single_choice_
2#define _fc_single_choice_
10 #define headerArraySize 24
13 char* jsonArray =
nullptr;
18 char mode[2][9] = {
"list",
"dropdown"};
55 void set(
char* refname,
char* title,
bool reqSel,
char*
mode,
char* value);
Definition fc_single_choice.h:7
char mode[2][9]
Definition fc_single_choice.h:18
void appendOptions()
Definition fc_single_choice.cpp:81
void addOptions(char *name, char *value)
Definition fc_single_choice.cpp:48
~FcSingleChoice()
Definition fc_single_choice.h:31
char * get()
Definition fc_single_choice.cpp:103
void set(char *refname, char *title, bool reqSel, char *mode, char *value)
Definition fc_single_choice.cpp:20