Functions | |
| void | EnetCli_registerCustomCommands (CLI_Command_Definition_t *commandList, uint32_t numOfCommands) |
| Register custom commands to command interpreter. More... | |
| void EnetCli_registerCustomCommands | ( | CLI_Command_Definition_t * | commandList, |
| uint32_t | numOfCommands | ||
| ) |
Register custom commands to command interpreter.
Use this function to register user defined commands when using FreeRTOS Plus CLI command interpreter.
| commandList | Array of commands which needs to be registered |
| numOfCommands | Number of commands that needs to be registered |