|
SmartBar
|
Structure for storing commands. More...
#include <cli.h>
Data Fields | |
| const char * | name |
| void(* | function )(void) |
Structure for storing commands.
This structure stores the name of the command and the function to be executed.
| name | Name of the command |
| function | Function to be executed |