Helper Reference Manual  1.7.1
odph_cli_param_t Struct Reference

ODP CLI server parameters. More...

#include <cli.h>

Data Fields

const char * address
 A character string containing an IP address. More...
 
uint16_t port
 TCP port. More...
 
uint32_t max_user_commands
 Maximum number of user defined commands. More...
 
const char * hostname
 Hostname to be displayed as the first part of the prompt.
 

Detailed Description

ODP CLI server parameters.

Definition at line 45 of file cli.h.

Field Documentation

◆ 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.


The documentation for this struct was generated from the following file: