1#ifndef _fc_single_choice_
2#define _fc_single_choice_
10 #define headerArraySize 24
13 char* jsonArray =
nullptr;
50 void set(
char* refname,
char* title,
bool reqSel,
char* value);
Definition fc_single_choice.h:7
void appendOptions()
Definition fc_single_choice.cpp:79
void set(char *refname, char *title, bool reqSel, char *value)
Definition fc_single_choice.cpp:19
void addOptions(char *name, char *value)
Definition fc_single_choice.cpp:46
~FcSingleChoice()
Definition fc_single_choice.h:27
char * get()
Definition fc_single_choice.cpp:98