SshChannelBuffer Struct Reference

SSH channel buffer. More...

#include <ssh.h>

Data Fields

char_t data [SSH_CHANNEL_BUFFER_SIZE]
 Data buffer. More...
 
size_t length
 
size_t threshold
 
size_t writePos
 
size_t readPos
 

Detailed Description

SSH channel buffer.

Definition at line 1351 of file ssh.h.

Field Documentation

◆ data

Data buffer.

Definition at line 1353 of file ssh.h.

◆ length

size_t length

Definition at line 1354 of file ssh.h.

◆ readPos

size_t readPos

Definition at line 1357 of file ssh.h.

◆ threshold

size_t threshold

Definition at line 1355 of file ssh.h.

◆ writePos

size_t writePos

Definition at line 1356 of file ssh.h.


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