FreeRDP
rdpRpc Struct Reference
Collaboration diagram for rdpRpc:

Data Fields

RPC_CLIENT_STATE State
 
UINT32 result
 
rdpCredsspAuth * auth
 
UINT32 SendSeqNum
 
RpcClientclient
 
rdpTransport * transport
 
UINT32 CallId
 
UINT32 PipeCallId
 
UINT32 StubCallId
 
UINT32 StubFragCount
 
BYTE rpc_vers
 
BYTE rpc_vers_minor
 
BYTE packed_drep [4]
 
UINT16 max_xmit_frag
 
UINT16 max_recv_frag
 
UINT32 ReceiveWindow
 
UINT32 ChannelLifetime
 
UINT32 KeepAliveInterval
 
UINT32 CurrentKeepAliveTime
 
UINT32 CurrentKeepAliveInterval
 
RpcVirtualConnectionVirtualConnection
 
wLog * log
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation RPC over HTTP

Copyright 2012 Fujitsu Technology Solutions GmbH Copyright 2012 Dmitrij Jasnov dmitr.nosp@m.ij.j.nosp@m.asnov.nosp@m.@ts..nosp@m.fujit.nosp@m.su.c.nosp@m.om Copyright 2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..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 724 of file libfreerdp/core/gateway/rpc.h.

Field Documentation

◆ auth

rdpCredsspAuth* rdpRpc::auth

Definition at line 730 of file libfreerdp/core/gateway/rpc.h.

◆ CallId

UINT32 rdpRpc::CallId

Definition at line 737 of file libfreerdp/core/gateway/rpc.h.

◆ ChannelLifetime

UINT32 rdpRpc::ChannelLifetime

Definition at line 751 of file libfreerdp/core/gateway/rpc.h.

◆ client

RpcClient* rdpRpc::client

Definition at line 733 of file libfreerdp/core/gateway/rpc.h.

◆ CurrentKeepAliveInterval

UINT32 rdpRpc::CurrentKeepAliveInterval

Definition at line 754 of file libfreerdp/core/gateway/rpc.h.

◆ CurrentKeepAliveTime

UINT32 rdpRpc::CurrentKeepAliveTime

Definition at line 753 of file libfreerdp/core/gateway/rpc.h.

◆ KeepAliveInterval

UINT32 rdpRpc::KeepAliveInterval

Definition at line 752 of file libfreerdp/core/gateway/rpc.h.

◆ log

wLog* rdpRpc::log

Definition at line 757 of file libfreerdp/core/gateway/rpc.h.

◆ max_recv_frag

UINT16 rdpRpc::max_recv_frag

Definition at line 748 of file libfreerdp/core/gateway/rpc.h.

◆ max_xmit_frag

UINT16 rdpRpc::max_xmit_frag

Definition at line 747 of file libfreerdp/core/gateway/rpc.h.

◆ packed_drep

BYTE rdpRpc::packed_drep[4]

Definition at line 745 of file libfreerdp/core/gateway/rpc.h.

◆ PipeCallId

UINT32 rdpRpc::PipeCallId

Definition at line 738 of file libfreerdp/core/gateway/rpc.h.

◆ ReceiveWindow

UINT32 rdpRpc::ReceiveWindow

Definition at line 750 of file libfreerdp/core/gateway/rpc.h.

◆ result

UINT32 rdpRpc::result

Definition at line 728 of file libfreerdp/core/gateway/rpc.h.

◆ rpc_vers

BYTE rdpRpc::rpc_vers

Definition at line 743 of file libfreerdp/core/gateway/rpc.h.

◆ rpc_vers_minor

BYTE rdpRpc::rpc_vers_minor

Definition at line 744 of file libfreerdp/core/gateway/rpc.h.

◆ SendSeqNum

UINT32 rdpRpc::SendSeqNum

Definition at line 731 of file libfreerdp/core/gateway/rpc.h.

◆ State

RPC_CLIENT_STATE rdpRpc::State

Definition at line 726 of file libfreerdp/core/gateway/rpc.h.

◆ StubCallId

UINT32 rdpRpc::StubCallId

Definition at line 740 of file libfreerdp/core/gateway/rpc.h.

◆ StubFragCount

UINT32 rdpRpc::StubFragCount

Definition at line 741 of file libfreerdp/core/gateway/rpc.h.

◆ transport

rdpTransport* rdpRpc::transport

Definition at line 735 of file libfreerdp/core/gateway/rpc.h.

◆ VirtualConnection

RpcVirtualConnection* rdpRpc::VirtualConnection

Definition at line 756 of file libfreerdp/core/gateway/rpc.h.


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