FreeRDP
Loading...
Searching...
No Matches
DrdynvcClientChannelStat Struct Reference

Dynamic channel stats struct. Contains statistic information for a single dynamic channel. More...

#include <drdynvc.h>

Data Fields

char channelName [256]
 
uint32_t channelId
 
uint64_t bytesIn
 
uint64_t bytesOut
 
uint64_t fragmentsIn
 
uint64_t fragmentsOut
 
uint64_t packetsIn
 
uint64_t packetsOut
 

Detailed Description

Dynamic channel stats struct. Contains statistic information for a single dynamic channel.

Since
version 3.28.0

Definition at line 45 of file client/drdynvc.h.

Field Documentation

◆ bytesIn

uint64_t DrdynvcClientChannelStat::bytesIn

Definition at line 49 of file client/drdynvc.h.

◆ bytesOut

uint64_t DrdynvcClientChannelStat::bytesOut

Definition at line 50 of file client/drdynvc.h.

◆ channelId

uint32_t DrdynvcClientChannelStat::channelId

Definition at line 48 of file client/drdynvc.h.

◆ channelName

char DrdynvcClientChannelStat::channelName[256]

Definition at line 47 of file client/drdynvc.h.

◆ fragmentsIn

uint64_t DrdynvcClientChannelStat::fragmentsIn

Definition at line 51 of file client/drdynvc.h.

◆ fragmentsOut

uint64_t DrdynvcClientChannelStat::fragmentsOut

Definition at line 52 of file client/drdynvc.h.

◆ packetsIn

uint64_t DrdynvcClientChannelStat::packetsIn

Definition at line 53 of file client/drdynvc.h.

◆ packetsOut

uint64_t DrdynvcClientChannelStat::packetsOut

Definition at line 54 of file client/drdynvc.h.


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