|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Data Fields | |
| const char * | name |
| category_set_handler_t | set_handler |
| category_get_handler_t | get_handler |
| const char * | help |
Definition at line 55 of file cli_commands.c.
| category_get_handler_t category_t::get_handler |
Definition at line 59 of file cli_commands.c.
Referenced by cmd_get().
| const char* category_t::help |
Definition at line 60 of file cli_commands.c.
| const char* category_t::name |
Definition at line 57 of file cli_commands.c.
| category_set_handler_t category_t::set_handler |
Definition at line 58 of file cli_commands.c.
Referenced by cmd_set().