|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
SSH channel event information.
| union { ... } ssh_channel_event |
Channel event payload data.
| struct ssh_channel_event_channel_request ssh_channel_event::channel_request |
Data for SSH_CHANNEL_EVENT_REQUEST.
| struct ssh_channel_event_channel_request_result ssh_channel_event::channel_request_result |
Data for SSH_CHANNEL_EVENT_REQUEST_RESULT.
| enum ssh_channel_event_type ssh_channel_event::type |
Types of events emitted for an SSH channel.