|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Data Fields | |
| const char * | name |
| subcmd_set_handler_t | set_handler |
| subcmd_get_handler_t | get_handler |
| const char * | help |
Definition at line 66 of file cli_commands.c.
| subcmd_get_handler_t subcmd_t::get_handler |
Definition at line 70 of file cli_commands.c.
Referenced by cat_net_get(), and cat_v24_get().
| const char* subcmd_t::help |
Definition at line 71 of file cli_commands.c.
| const char* subcmd_t::name |
Definition at line 68 of file cli_commands.c.
| subcmd_set_handler_t subcmd_t::set_handler |
Definition at line 69 of file cli_commands.c.
Referenced by cat_net_set(), and cat_v24_set().