Embedded TCP/IP stack
4.1.0
|
fnet_shell Struct Reference
Shell main control structure. More...
Data Fields | |
const struct fnet_shell_command * | cmd_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_t * | prompt_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 Shell service API usage is in the FNET Shell application.
- See also
- fnet_shell_params
Definition at line 220 of file fnet_shell.h.
The documentation for this struct was generated from the following file:
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net