Go to the source code of this file.
◆ SHELL_TELNET_DEFINE
#define SHELL_TELNET_DEFINE |
( |
|
_name | ) |
|
Value:
}
const struct shell_transport_api shell_telnet_transport_api
Definition: shell_telnet.h:28
const struct shell_transport_api * api
Definition: shell.h:598
◆ shell_backend_telnet_get_ptr()
const struct shell * shell_backend_telnet_get_ptr |
( |
void |
| ) |
|
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.
- Returns
- Pointer to the shell instance.
◆ shell_telnet_transport_api