Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

Files

telnet-s_cmd.h/telnet-s_cmd.c

Prototype

Arguments

user_name

Pointer to a string describing the login username.

password

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.

  • No labels