ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
command_t Struct Reference

Data Fields

const char * name
 
cmd_handler_t handler
 
const char * help
 

Detailed Description

Definition at line 45 of file cli_commands.c.

Field Documentation

◆ handler

cmd_handler_t command_t::handler

Definition at line 48 of file cli_commands.c.

Referenced by handle_cli_line().

◆ help

const char* command_t::help

Definition at line 49 of file cli_commands.c.

◆ name

const char* command_t::name

Definition at line 47 of file cli_commands.c.

Referenced by get_command_name().


The documentation for this struct was generated from the following file: