Data Fields | |
| const char * | Text |
| enum MENU_code(* | Fct_Init )(void) |
| enum MENU_code(* | Fct_Manage )(void) |
| int | fRemoveMenu |
| const char* tMenuItem::Text |
Name of Item displayed in menu
| enum MENU_code(* tMenuItem::Fct_Init)(void) |
First function launched if item is selected.
| enum MENU_code(* tMenuItem::Fct_Manage)(void) |
Second function launched after a "return MENU_CONTINU_COMMAND" in the first function
Flag to know if remove menu at end