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

Data for SSH_CHANNEL_EVENT_REQUEST event. More...

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

Data Fields

enum ssh_channel_request_type type
 Requested channel operation.
bool want_reply
 True if the peer expects a reply.

Detailed Description

Data for SSH_CHANNEL_EVENT_REQUEST event.

Field Documentation

◆ type

enum ssh_channel_request_type ssh_channel_event_channel_request::type

Requested channel operation.

◆ want_reply

bool ssh_channel_event_channel_request::want_reply

True if the peer expects a reply.


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