Embedded TCP/IP stack
4.7.0
|
void fnet_shell_help | ( | fnet_shell_desc_t | desc | ) |
Prints the command-shell help message.
desc | Shell service descriptor. |
This function prints the list of commands supported by the shell, defined by the desc
descriptor. For example:
Calling of the fnet_shell_help() for the fapp_cmd_table
structure prints:
> ? - Display this help message > set [<parameter> <value>] - Set parameter > get [<parameter>] - Get parameters > info - Show detailed status > dhcp [release] - Start DHCP client > http [release] - Start HTTP Server > exp - File Explorer submenu...