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

#include <channels.h>

Data Fields

char channelName [CHANNEL_NAME_LEN+1]
 
uint32_t channelId
 
uint64_t bytesIn
 
uint64_t bytesOut
 
uint64_t fragmentsIn
 
uint64_t fragmentsOut
 
uint64_t packetsIn
 
uint64_t packetsOut
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Virtual Channel Manager

Copyright 2009-2011 Jay Sorg Copyright 2010-2011 Vic Lee

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Since
version 3.28.0

Definition at line 37 of file include/freerdp/channels/channels.h.

Field Documentation

◆ bytesIn

uint64_t StaticClientChannelStat::bytesIn

Definition at line 42 of file include/freerdp/channels/channels.h.

◆ bytesOut

uint64_t StaticClientChannelStat::bytesOut

Definition at line 43 of file include/freerdp/channels/channels.h.

◆ channelId

uint32_t StaticClientChannelStat::channelId

Definition at line 40 of file include/freerdp/channels/channels.h.

◆ channelName

char StaticClientChannelStat::channelName[CHANNEL_NAME_LEN+1]

Definition at line 39 of file include/freerdp/channels/channels.h.

◆ fragmentsIn

uint64_t StaticClientChannelStat::fragmentsIn

Definition at line 45 of file include/freerdp/channels/channels.h.

◆ fragmentsOut

uint64_t StaticClientChannelStat::fragmentsOut

Definition at line 46 of file include/freerdp/channels/channels.h.

◆ packetsIn

uint64_t StaticClientChannelStat::packetsIn

Definition at line 48 of file include/freerdp/channels/channels.h.

◆ packetsOut

uint64_t StaticClientChannelStat::packetsOut

Definition at line 49 of file include/freerdp/channels/channels.h.


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