Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Initialize the TELNET server and the Command add-on using  µC/Shell integration to µC/TELNETs.

Files

telnet-s_cmdshell.h/telnet-s_cmdshell.c

Prototype

Code Block
void  TELNETsShell_Init (CPU_CHAR  *user_name,
                         CPU_CHAR  *password);


Arguments

user_name

Pointer to a string describing the login username.

...

Pointer to a string describing the login password

ip_type

Version of IP (IPv4/IPv6) to use for the TELNET server. 

p_err

Pointer to variable that will receive the return error code from this function..

Returned Values

none.

Required Configuration

Module Configurationnone.

Notes / Warnings

...

none.

Example Usage

none.