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.

Files

telnet-s_shellcmd.h/telnet-s_shellcmd.c

Prototype

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 Configuration

Notes / Warnings

...

  • TELNETsCmd_Init() must be called after product’s OS, network and µC/shell have been initialized.

Example Usage

none.