|
SmartBar
|
Structure for storing command arguments. More...
#include <cli.h>
Data Fields | |
| char | name [ARG_LENGTH] |
| char | value [ARG_LENGTH] |
Structure for storing command arguments.
This structure stores the name of the argument and its value.
| name | Name of the argument |
| value | Value of the argument |