Struct Shell::Command
Defined in File shell.h
Nested Relationships
This struct is a nested type of Class Shell.
Struct Documentation
-
struct Command
Command registry entry definition.
Public Members
-
char name[kCommandNameLengthMax]
Command name.
-
CommandCallback callback
Callback function.
-
char name[kCommandNameLengthMax]