![]() |
Synergy Software Package User's Manual
|
#include <sf_console_api.h>
Data Fields | |
| uint8_t * | command |
| Command string. | |
| uint8_t * | help |
| Description of command. | |
| void(* | callback )(sf_console_callback_args_t *p_args) |
| Callback to call when command is selected. | |
| void const * | context |
| User provided context passed into callback. | |
Console command structure, used to create a console menu with associated callbacks.