Struct Shell::Command

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.