FreeRDP
TelemetryServerContext Struct Reference
Collaboration diagram for TelemetryServerContext:

Data Fields

HANDLE vcm
 
void * userdata
 
psTelemetryServerInitialize Initialize
 
psTelemetryServerOpen Open
 
psTelemetryServerClose Close
 
psTelemetryServerPoll Poll
 
psTelemetryServerChannelHandle ChannelHandle
 
psTelemetryServerChannelIdAssigned ChannelIdAssigned
 
psTelemetryServerRdpTelemetry RdpTelemetry
 
rdpContext * rdpcontext
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Telemetry Virtual Channel Extension

Copyright 2022 Pascal Nowack Pasca.nosp@m.l.No.nosp@m.wack@.nosp@m.gmx..nosp@m.de

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 47 of file server/telemetry.h.

Field Documentation

◆ ChannelHandle

psTelemetryServerChannelHandle TelemetryServerContext::ChannelHandle

Retrieve the channel handle for use in conjunction with Poll(). If externalThread=FALSE do not call.

Definition at line 86 of file server/telemetry.h.

◆ ChannelIdAssigned

psTelemetryServerChannelIdAssigned TelemetryServerContext::ChannelIdAssigned

Callback, when the channel got its id assigned

Definition at line 93 of file server/telemetry.h.

◆ Close

psTelemetryServerClose TelemetryServerContext::Close

Close the telemetry channel.

Definition at line 73 of file server/telemetry.h.

◆ Initialize

psTelemetryServerInitialize TelemetryServerContext::Initialize

Optional: Set thread handling. When externalThread=TRUE, the application is responsible to call Poll() periodically to process channel events.

Defaults to externalThread=FALSE

Definition at line 63 of file server/telemetry.h.

◆ Open

psTelemetryServerOpen TelemetryServerContext::Open

Open the telemetry channel.

Definition at line 68 of file server/telemetry.h.

◆ Poll

psTelemetryServerPoll TelemetryServerContext::Poll

Poll When externalThread=TRUE, call Poll() periodically from your main loop. If externalThread=FALSE do not call.

Definition at line 80 of file server/telemetry.h.

◆ rdpcontext

rdpContext* TelemetryServerContext::rdpcontext

Definition at line 99 of file server/telemetry.h.

◆ RdpTelemetry

psTelemetryServerRdpTelemetry TelemetryServerContext::RdpTelemetry

Callback for the RDP Telemetry PDU.

Definition at line 97 of file server/telemetry.h.

◆ userdata

void* TelemetryServerContext::userdata

Definition at line 52 of file server/telemetry.h.

◆ vcm

HANDLE TelemetryServerContext::vcm

Definition at line 49 of file server/telemetry.h.


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