|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SSH transport API. More...
#include <zephyr/shell/shell_ssh.h>
Data Fields | |
| shell_transport_handler_t | handler |
| Transport handler. | |
| struct ssh_channel * | ssh_channel |
| SSH channel. | |
| void * | context |
| Transport context. | |
| bool | in_use |
| Is this transport in use. | |
SSH transport API.
| void* shell_ssh::context |
Transport context.
| shell_transport_handler_t shell_ssh::handler |
Transport handler.
| bool shell_ssh::in_use |
Is this transport in use.
| struct ssh_channel* shell_ssh::ssh_channel |
SSH channel.