Command Handler

Provide command line interface Commands can be added to and removed from the command handler. Each command will trigger a defined Delegate. A welcome message may be shown when a user connects and end of line character may be defined. An automatic "help" display is available. More...

Macros

#define CMDP_STRINGS(name, help, group)   F(name), F(help), F(group)
 

Detailed Description

Provide command line interface Commands can be added to and removed from the command handler. Each command will trigger a defined Delegate. A welcome message may be shown when a user connects and end of line character may be defined. An automatic "help" display is available.

Macro Definition Documentation

◆ CMDP_STRINGS

#define CMDP_STRINGS (   name,
  help,
  group 
)    F(name), F(help), F(group)