C L I - C O M M A N D _ L I N E _ I N T E R F A C E

EXTERNAL / PUBLIC. More...

Functions

int dessert_cli_run (void)
 Start up the command line interface.
FILE * dessert_cli_get_cfg (int argc, char **argv)
int dessert_set_cli_port (uint16_t port)
int dessert_cli_cmd_addsysif (struct cli_def *cli, char *command, char *argv[], int argc)
 CLI command - config mode - interface sys $iface, $ipv4-addr, $netmask.
int dessert_cli_cmd_addmeshif (struct cli_def *cli, char *command, char *argv[], int argc)
 CLI command - config mode - interface mesh $iface.

Variables

struct cli_def * dessert_cli
struct cli_command * dessert_cli_show
struct cli_command * dessert_cli_cfg_iface
struct cli_command * dessert_cli_cfg_no
struct cli_command * dessert_cli_cfg_no_iface
struct cli_command * dessert_cli_cfg_set
struct cli_command * dessert_cli_cfg_logging
struct cli_command * dessert_cli_cfg_no_logging

Detailed Description

EXTERNAL / PUBLIC.


Function Documentation

int dessert_cli_run ( void   ) 

Start up the command line interface.

Parameters:
[in] port port to listen on
Return values:
DESSERT_OK on success
-errno otherwise

DESCRIPTION:


Generated by  doxygen 1.6.2