|
FreeRDP
|
Data Fields | |
| HANDLE | vcm |
| void * | userdata |
| WINPR_ATTR_NODISCARD psLocationServerInitialize | Initialize |
| WINPR_ATTR_NODISCARD psLocationServerOpen | Open |
| WINPR_ATTR_NODISCARD psLocationServerClose | Close |
| WINPR_ATTR_NODISCARD psLocationServerPoll | Poll |
| WINPR_ATTR_NODISCARD psLocationServerChannelHandle | ChannelHandle |
| WINPR_ATTR_NODISCARD psLocationServerServerReady | ServerReady |
| WINPR_ATTR_NODISCARD psLocationServerChannelIdAssigned | ChannelIdAssigned |
| WINPR_ATTR_NODISCARD psLocationServerClientReady | ClientReady |
| WINPR_ATTR_NODISCARD psLocationServerBaseLocation3D | BaseLocation3D |
| WINPR_ATTR_NODISCARD psLocationServerLocation2DDelta | Location2DDelta |
| WINPR_ATTR_NODISCARD psLocationServerLocation3DDelta | Location3DDelta |
| rdpContext * | rdpcontext |
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.
Definition at line 55 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerBaseLocation3D LocationServerContext::BaseLocation3D |
Callback for the BaseLocation3D PDU.
Definition at line 118 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerChannelHandle LocationServerContext::ChannelHandle |
Retrieve the channel handle for use in conjunction with Poll(). If externalThread=FALSE do not call.
Definition at line 94 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerChannelIdAssigned LocationServerContext::ChannelIdAssigned |
Callback, when the channel got its id assigned.
Definition at line 108 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerClientReady LocationServerContext::ClientReady |
Callback for the ClientReady PDU.
Definition at line 113 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerClose LocationServerContext::Close |
Close the location channel.
Definition at line 81 of file server/location.h.
| WINPR_ATTR_NODISCARD 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
Definition at line 71 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerLocation2DDelta LocationServerContext::Location2DDelta |
Callback for the Location2DDelta PDU.
Definition at line 123 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerLocation3DDelta LocationServerContext::Location3DDelta |
Callback for the Location3DDelta PDU.
Definition at line 128 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerOpen LocationServerContext::Open |
Open the location channel.
Definition at line 76 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerPoll LocationServerContext::Poll |
Poll When externalThread=TRUE, call Poll() periodically from your main loop. If externalThread=FALSE do not call.
Definition at line 88 of file server/location.h.
| rdpContext* LocationServerContext::rdpcontext |
Definition at line 130 of file server/location.h.
| WINPR_ATTR_NODISCARD psLocationServerServerReady LocationServerContext::ServerReady |
Definition at line 101 of file server/location.h.
| void* LocationServerContext::userdata |
Definition at line 60 of file server/location.h.
| HANDLE LocationServerContext::vcm |
Definition at line 57 of file server/location.h.