ODP CLI server parameters.
More...
#include <cli.h>
|
| const char * | address |
| | A character string containing an IP address.
|
| |
| uint16_t | port |
| | TCP port.
|
| |
| uint32_t | max_user_commands |
| | Maximum number of user defined commands.
|
| |
| const char * | hostname |
| | Hostname to be displayed as the first part of the prompt.
|
| |
ODP CLI server parameters.
Definition at line 45 of file cli.h.
◆ address
| const char* odph_cli_param_t::address |
A character string containing an IP address.
Default is "127.0.0.1".
Definition at line 50 of file cli.h.
◆ port
| uint16_t odph_cli_param_t::port |
TCP port.
Default is 55555.
Definition at line 52 of file cli.h.
◆ max_user_commands
| uint32_t odph_cli_param_t::max_user_commands |
Maximum number of user defined commands.
Default is 50.
Definition at line 54 of file cli.h.
◆ hostname
| const char* odph_cli_param_t::hostname |
Hostname to be displayed as the first part of the prompt.
Definition at line 56 of file cli.h.
The documentation for this struct was generated from the following file: