|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
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 |
Definition at line 23 of file ssh_channel.cpp.
| 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().
| 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().
| 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().
| 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().
| SshRemoteForwardCancelCb SshChannelCtx::rfwd_cancel_cb = nullptr |
Definition at line 29 of file ssh_channel.cpp.
Referenced by ssh_channel_set_rforward_cancel_cb(), and ssh_global_request_handle().
| SshForwardConfirmCb SshChannelCtx::forward_confirm_cb = nullptr |
Definition at line 30 of file ssh_channel.cpp.
Referenced by ssh_channel_handle_open_confirm(), ssh_channel_handle_open_failure(), and ssh_channel_set_forward_confirm_cb().