FreeRDP
LocationServerContext Struct Reference

#include <location.h>

Collaboration diagram for LocationServerContext:

Data Fields

HANDLE vcm
 
void * userdata
 
psLocationServerInitialize Initialize
 
psLocationServerOpen Open
 
psLocationServerClose Close
 
psLocationServerPoll Poll
 
psLocationServerChannelHandle ChannelHandle
 
psLocationServerServerReady ServerReady
 
psLocationServerChannelIdAssigned ChannelIdAssigned
 
psLocationServerClientReady ClientReady
 
psLocationServerBaseLocation3D BaseLocation3D
 
psLocationServerLocation2DDelta Location2DDelta
 
psLocationServerLocation3DDelta Location3DDelta
 
rdpContext * rdpcontext
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Location Virtual Channel Extension

Copyright 2023 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.

Field Documentation

◆ BaseLocation3D

psLocationServerBaseLocation3D LocationServerContext::BaseLocation3D

Callback for the BaseLocation3D PDU.

◆ ChannelHandle

psLocationServerChannelHandle LocationServerContext::ChannelHandle

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

◆ ChannelIdAssigned

psLocationServerChannelIdAssigned LocationServerContext::ChannelIdAssigned

Callback, when the channel got its id assigned.

◆ ClientReady

psLocationServerClientReady LocationServerContext::ClientReady

Callback for the ClientReady PDU.

◆ Close

psLocationServerClose LocationServerContext::Close

Close the location channel.

◆ Initialize

psLocationServerInitialize LocationServerContext::Initialize

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

Defaults to externalThread=FALSE

◆ Location2DDelta

psLocationServerLocation2DDelta LocationServerContext::Location2DDelta

Callback for the Location2DDelta PDU.

◆ Location3DDelta

psLocationServerLocation3DDelta LocationServerContext::Location3DDelta

Callback for the Location3DDelta PDU.

◆ Open

psLocationServerOpen LocationServerContext::Open

Open the location channel.

◆ Poll

psLocationServerPoll LocationServerContext::Poll

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

◆ rdpcontext

rdpContext* LocationServerContext::rdpcontext

◆ ServerReady

psLocationServerServerReady LocationServerContext::ServerReady

◆ userdata

void* LocationServerContext::userdata

◆ vcm

HANDLE LocationServerContext::vcm

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