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