FreeRDP
|
Data Structures | |
struct | RDPLOCATION_HEADER |
struct | RDPLOCATION_SERVER_READY_PDU |
struct | RDPLOCATION_CLIENT_READY_PDU |
struct | RDPLOCATION_BASE_LOCATION3D_PDU |
struct | RDPLOCATION_LOCATION2D_DELTA_PDU |
struct | RDPLOCATION_LOCATION3D_DELTA_PDU |
Macros | |
#define | LOCATION_CHANNEL_NAME "location" |
#define | LOCATION_DVC_CHANNEL_NAME "Microsoft::Windows::RDS::Location" |
#define | LOCATION_HEADER_SIZE 6 |
Enumerations | |
enum | LOCATION_PDUTYPE { PDUTYPE_LOC_RESERVED = 0x0000 , PDUTYPE_SERVER_READY = 0x0001 , PDUTYPE_CLIENT_READY = 0x0002 , PDUTYPE_BASE_LOCATION3D = 0x0003 , PDUTYPE_LOCATION2D_DELTA = 0x0004 , PDUTYPE_LOCATION3D_DELTA = 0x0005 } |
enum | RDPLOCATION_PROTOCOL_VERSION { RDPLOCATION_PROTOCOL_VERSION_100 = 0x00010000 , RDPLOCATION_PROTOCOL_VERSION_200 = 0x00020000 } |
enum | LOCATIONSOURCE { LOCATIONSOURCE_IP = 0x00 , LOCATIONSOURCE_WIFI = 0x01 , LOCATIONSOURCE_CELL = 0x02 , LOCATIONSOURCE_GNSS = 0x03 } |
#define LOCATION_CHANNEL_NAME "location" |
FreeRDP: A Remote Desktop Protocol Implementation Location Virtual Channel Extension
Copyright 2023 Pascal Nowack Pasca l.No wack@ gmx. 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.
#define LOCATION_DVC_CHANNEL_NAME "Microsoft::Windows::RDS::Location" |
#define LOCATION_HEADER_SIZE 6 |
enum LOCATION_PDUTYPE |
enum LOCATIONSOURCE |