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 7 Next »

Initialize µC/Shell integration to µC/TELNETs.

Files

telnet-s_shell.h/telnet-s_shell.c

Prototype

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


Arguments

user_name

Pointer to a string describing the login username.

password

Pointer to a string describing the login password

Returned Values

none.

Required Configuration

none.

Notes / Warnings

none.

Example Usage

none.

  • No labels