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

SSH channel event information. More...

#include <zephyr/net/ssh/common.h>

Data Fields

enum ssh_channel_event_type type
 Types of events emitted for an SSH channel.
union { 
   struct ssh_channel_event_channel_request   channel_request 
 Data for SSH_CHANNEL_EVENT_REQUEST. More...
   struct ssh_channel_event_channel_request_result   channel_request_result 
 Data for SSH_CHANNEL_EVENT_REQUEST_RESULT. More...
}; 
 Channel event payload data.

Detailed Description

SSH channel event information.

Field Documentation

◆ [union]

union { ... } ssh_channel_event

Channel event payload data.

◆ channel_request

struct ssh_channel_event_channel_request ssh_channel_event::channel_request

Data for SSH_CHANNEL_EVENT_REQUEST.

◆ channel_request_result

struct ssh_channel_event_channel_request_result ssh_channel_event::channel_request_result

Data for SSH_CHANNEL_EVENT_REQUEST_RESULT.

◆ type

enum ssh_channel_event_type ssh_channel_event::type

Types of events emitted for an SSH channel.


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