![]() |
Synergy Software Package User's Manual
|
#include <sf_console_api.h>
Data Fields | |
| struct st_sf_console_menu const * | menu_prev |
| Previous menu. | |
| uint8_t const * | menu_name |
| Menu name, used as a prompt. | |
| uint32_t | num_commands |
| Number of commands in this menu. | |
| sf_console_command_t const * | command_list |
| Pointer to an array of commands of length num_commands. | |
Console menu structure.