Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_ssh Struct Reference

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.

Detailed Description

SSH transport API.

Field Documentation

◆ context

void* shell_ssh::context

Transport context.

◆ handler

shell_transport_handler_t shell_ssh::handler

Transport handler.

◆ in_use

bool shell_ssh::in_use

Is this transport in use.

◆ ssh_channel

struct ssh_channel* shell_ssh::ssh_channel

SSH channel.


The documentation for this struct was generated from the following file: