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 1559 of file ssh.h.

Field Documentation

◆ channel

SshChannel* channel

Handle to a channel to monitor.

Definition at line 1561 of file ssh.h.

◆ eventFlags

uint_t eventFlags

Returned events.

Definition at line 1563 of file ssh.h.

◆ eventMask

uint_t eventMask

Requested events.

Definition at line 1562 of file ssh.h.


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