Embedded TCP/IP stack
4.7.0
|
Shell main control structure. More...
Data Fields | |
const fnet_shell_command_t * | 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... | |
Shell main control structure.
This structure defines shell-specific parameters.
The good example of fnet_shell_t usage is in the FNET Shell application.
Definition at line 218 of file fnet_shell.h.