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

Data Fields

const char * name
 
subcmd_set_handler_t set_handler
 
subcmd_get_handler_t get_handler
 
const char * help
 

Detailed Description

Definition at line 66 of file cli_commands.c.

Field Documentation

◆ get_handler

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().

◆ help

const char* subcmd_t::help

Definition at line 71 of file cli_commands.c.

◆ name

const char* subcmd_t::name

Definition at line 68 of file cli_commands.c.

◆ set_handler

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().


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