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

Data Fields

const char * name
 
category_set_handler_t set_handler
 
category_get_handler_t get_handler
 
const char * help
 

Detailed Description

Definition at line 55 of file cli_commands.c.

Field Documentation

◆ get_handler

category_get_handler_t category_t::get_handler

Definition at line 59 of file cli_commands.c.

Referenced by cmd_get().

◆ help

const char* category_t::help

Definition at line 60 of file cli_commands.c.

◆ name

const char* category_t::name

Definition at line 57 of file cli_commands.c.

◆ set_handler

category_set_handler_t category_t::set_handler

Definition at line 58 of file cli_commands.c.

Referenced by cmd_set().


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