|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|

Go to the source code of this file.
Functions | |
| void | handle_cli_line (const char *line) |
| Parse and execute one CLI input line. | |
| const char * | get_command_name (int index) |
| Return command name by table index. | |
| const char * get_command_name | ( | int | index | ) |
Return command name by table index.
| index | Command table index. |
NULL when out of range. Definition at line 834 of file cli_commands.c.
References commands, and command_t::name.
| void handle_cli_line | ( | const char * | line | ) |
Parse and execute one CLI input line.
| line | Null-terminated command line. |
Definition at line 839 of file cli_commands.c.