Embedded TCP/IP stack  4.7.0
fnet_shell_t Struct Reference

Shell main control structure. More...

Data Fields

const fnet_shell_command_tcmd_table
 The pointer to the command table.
The last table element must have all fields set to zero as the end-of-table mark. More...
 
fnet_char_tprompt_str
 Shell prompt (null-terminated string). More...
 
void(* shell_init )(fnet_shell_desc_t shell_desc)
 Routine called during the shell initialization. It's called by the fnet_shell_init() function.
This parameter is optional and can be set to 0. More...
 

Detailed Description

Shell main control structure.

This structure defines shell-specific parameters.
The good example of fnet_shell_t usage is in the FNET Shell application.

See also
fnet_shell_params_t

Definition at line 218 of file fnet_shell.h.


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

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net