|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Shell access over a TELNET connection. More...
Files | |
| file | shell_telnet.h |
| Header file for the Telnet shell backend. | |
Macros | |
| #define | SHELL_TELNET_DEFINE(_name) |
| Define a Telnet shell transport instance. | |
Functions | |
| const struct shell * | shell_backend_telnet_get_ptr (void) |
| This function provides pointer to shell telnet backend instance. | |
Shell access over a TELNET connection.
| #define SHELL_TELNET_DEFINE | ( | _name | ) |
#include <zephyr/shell/shell_telnet.h>
Define a Telnet shell transport instance.
| _name | Name of the transport instance. |
| const struct shell * shell_backend_telnet_get_ptr | ( | void | ) |
#include <zephyr/shell/shell_telnet.h>
This function provides pointer to shell telnet backend instance.
Function returns pointer to the shell telnet instance. This instance can be next used with shell_execute_cmd function in order to test commands behavior.