FreeRDP
|
#include <freerdp/channels/location.h>
Go to the source code of this file.
Data Structures | |
struct | LocationClientContext |
Typedefs | |
typedef UINT(* | pcLocationStart) (LocationClientContext *context, UINT32 version, UINT32 flags) |
typedef UINT(* | pcLocationStop) (LocationClientContext *context) |
typedef UINT(* | pcLocationSend) (LocationClientContext *context, LOCATION_PDUTYPE type, size_t count,...) |
FreeRDP: A Remote Desktop Protocol Implementation Location Virtual Channel Extension
Copyright 2024 Armin Novak anova Copyright 2024 Thincast Technologies GmbH k@th incas t.co m
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 in file client/location.h.
struct s_location_client_context |
Definition at line 48 of file client/location.h.
Data Fields | ||||||||
---|---|---|---|---|---|---|---|---|
void * | custom | |||||||
void * | handle | |||||||
pcLocationSend | LocationSend |
Send a location update. ! This function sends location updates to a server. The following parameter formats are supported:
return CHANNEL_RC_OK for success, an appropriate error otherwise. | ||||||
pcLocationStart | LocationStart |
initialize location services on client !
| ||||||
pcLocationStop | LocationStop |
stop location services on client !
|
typedef UINT(* pcLocationSend) (LocationClientContext *context, LOCATION_PDUTYPE type, size_t count,...) |
Definition at line 44 of file client/location.h.
typedef UINT(* pcLocationStart) (LocationClientContext *context, UINT32 version, UINT32 flags) |
Definition at line 38 of file client/location.h.
typedef UINT(* pcLocationStop) (LocationClientContext *context) |
Definition at line 41 of file client/location.h.