FreeRDP
rdpMcs Struct Reference
Collaboration diagram for rdpMcs:

Data Fields

rdpTransport * transport
 
UINT16 userId
 
UINT16 baseChannelId
 
UINT16 messageChannelId
 
UINT32 flags
 
DomainParameters domainParameters
 
DomainParameters targetParameters
 
DomainParameters minimumParameters
 
DomainParameters maximumParameters
 
BOOL userChannelJoined
 
BOOL globalChannelJoined
 
BOOL messageChannelJoined
 
UINT32 channelCount
 
UINT32 channelMaxCount
 
rdpMcsChannel * channels
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation T.125 Multipoint Communication Service (MCS) Protocol

Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com

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.

Definition at line 128 of file mcs.h.

Field Documentation

◆ baseChannelId

UINT16 rdpMcs::baseChannelId

Definition at line 133 of file mcs.h.

◆ channelCount

UINT32 rdpMcs::channelCount

Definition at line 147 of file mcs.h.

◆ channelMaxCount

UINT32 rdpMcs::channelMaxCount

Definition at line 148 of file mcs.h.

◆ channels

rdpMcsChannel* rdpMcs::channels

Definition at line 149 of file mcs.h.

◆ domainParameters

DomainParameters rdpMcs::domainParameters

Definition at line 138 of file mcs.h.

◆ flags

UINT32 rdpMcs::flags

Definition at line 136 of file mcs.h.

◆ globalChannelJoined

BOOL rdpMcs::globalChannelJoined

Definition at line 144 of file mcs.h.

◆ maximumParameters

DomainParameters rdpMcs::maximumParameters

Definition at line 141 of file mcs.h.

◆ messageChannelId

UINT16 rdpMcs::messageChannelId

Definition at line 134 of file mcs.h.

◆ messageChannelJoined

BOOL rdpMcs::messageChannelJoined

Definition at line 145 of file mcs.h.

◆ minimumParameters

DomainParameters rdpMcs::minimumParameters

Definition at line 140 of file mcs.h.

◆ targetParameters

DomainParameters rdpMcs::targetParameters

Definition at line 139 of file mcs.h.

◆ transport

rdpTransport* rdpMcs::transport

Definition at line 130 of file mcs.h.

◆ userChannelJoined

BOOL rdpMcs::userChannelJoined

Definition at line 143 of file mcs.h.

◆ userId

UINT16 rdpMcs::userId

Definition at line 132 of file mcs.h.


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