|
FreeRDP
|
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 |
Dynamic channel stats struct. Contains statistic information for a single dynamic channel.
Definition at line 45 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::bytesIn |
Definition at line 49 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::bytesOut |
Definition at line 50 of file client/drdynvc.h.
| uint32_t DrdynvcClientChannelStat::channelId |
Definition at line 48 of file client/drdynvc.h.
| char DrdynvcClientChannelStat::channelName[256] |
Definition at line 47 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::fragmentsIn |
Definition at line 51 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::fragmentsOut |
Definition at line 52 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::packetsIn |
Definition at line 53 of file client/drdynvc.h.
| uint64_t DrdynvcClientChannelStat::packetsOut |
Definition at line 54 of file client/drdynvc.h.