ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
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 pc_ssh_channel_handle_data(), and pc_ssh_channel_set_data_cb().

◆ forward_open_cb

SshForwardOpenCb SshChannelCtx::forward_open_cb = nullptr

◆ forward_data_cb

SshForwardDataCb SshChannelCtx::forward_data_cb = nullptr

◆ rfwd_open_cb

SshRemoteForwardOpenCb SshChannelCtx::rfwd_open_cb = nullptr

◆ 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: