DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshChannelCtx Struct Reference

Public Attributes

SshChannelDataCb data_cb = nullptr
 
SshForwardOpenCb forward_open_cb = nullptr
 
SshForwardDataCb forward_data_cb = nullptr
 
SshRemoteForwardOpenCb rfwd_open_cb = nullptr
 
SshRemoteForwardCancelCb rfwd_cancel_cb = nullptr
 
SshForwardConfirmCb forward_confirm_cb = nullptr
 

Detailed Description

Definition at line 23 of file ssh_channel.cpp.

Member Data Documentation

◆ data_cb

SshChannelDataCb SshChannelCtx::data_cb = nullptr

Definition at line 25 of file ssh_channel.cpp.

Referenced by ssh_channel_handle_data(), and ssh_channel_set_data_cb().

◆ forward_open_cb

SshForwardOpenCb SshChannelCtx::forward_open_cb = nullptr

Definition at line 26 of file ssh_channel.cpp.

Referenced by ssh_channel_handle_open(), and ssh_channel_set_forward_open_cb().

◆ forward_data_cb

SshForwardDataCb SshChannelCtx::forward_data_cb = nullptr

Definition at line 27 of file ssh_channel.cpp.

Referenced by ssh_channel_handle_data(), and ssh_channel_set_forward_data_cb().

◆ rfwd_open_cb

SshRemoteForwardOpenCb SshChannelCtx::rfwd_open_cb = nullptr

Definition at line 28 of file ssh_channel.cpp.

Referenced by ssh_channel_set_rforward_open_cb(), and ssh_global_request_handle().

◆ rfwd_cancel_cb

SshRemoteForwardCancelCb SshChannelCtx::rfwd_cancel_cb = nullptr

◆ forward_confirm_cb

SshForwardConfirmCb SshChannelCtx::forward_confirm_cb = nullptr

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