![]() |
Embedded TCP/IP stack
4.7.0
|
Input parameters for fnet_shell_init(). More...
Data Fields | |
| const fnet_shell_t * | shell |
| Shell control structure. More... | |
| fnet_char_t * | cmd_line_buffer |
| Command-line buffer. More... | |
| fnet_size_t | cmd_line_buffer_size |
| Size of the command-line buffer. It defines the maximum length of the entered input-command line. More... | |
| fnet_serial_stream_t | stream |
| Serial stream assigned to the shell. More... | |
| fnet_bool_t | echo |
Enable/disable terminal echo flag. When set to FNET_TRUE the echo is enabled, characters received by the shell are echoed back to the terminal.When set to FNET_FALSE the echo is disabled, characters are transferred to the terminal without echoing them to the terminal display. More... | |
Input parameters for fnet_shell_init().
Definition at line 233 of file fnet_shell.h.