SshChannelEventDesc Struct Reference

Structure describing channel events. More...

#include <ssh.h>

Data Fields

SshChannelchannel
 Handle to a channel to monitor. More...
 
uint_t eventMask
 Requested events. More...
 
uint_t eventFlags
 Returned events. More...
 

Detailed Description

Structure describing channel events.

Definition at line 1550 of file ssh.h.

Field Documentation

◆ channel

SshChannel* channel

Handle to a channel to monitor.

Definition at line 1552 of file ssh.h.

◆ eventFlags

uint_t eventFlags

Returned events.

Definition at line 1554 of file ssh.h.

◆ eventMask

uint_t eventMask

Requested events.

Definition at line 1553 of file ssh.h.


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