FreeRDP
channels/location.h File Reference
#include <freerdp/api.h>
#include <freerdp/dvc.h>
#include <freerdp/types.h>
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ LOCATION_CHANNEL_NAME

#define LOCATION_CHANNEL_NAME   "location"

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.

◆ LOCATION_DVC_CHANNEL_NAME

#define LOCATION_DVC_CHANNEL_NAME   "Microsoft::Windows::RDS::Location"

◆ LOCATION_HEADER_SIZE

#define LOCATION_HEADER_SIZE   6

Enumeration Type Documentation

◆ LOCATION_PDUTYPE

Enumerator
PDUTYPE_LOC_RESERVED 
PDUTYPE_SERVER_READY 
PDUTYPE_CLIENT_READY 
PDUTYPE_BASE_LOCATION3D 
PDUTYPE_LOCATION2D_DELTA 
PDUTYPE_LOCATION3D_DELTA 

◆ LOCATIONSOURCE

Enumerator
LOCATIONSOURCE_IP 
LOCATIONSOURCE_WIFI 
LOCATIONSOURCE_CELL 
LOCATIONSOURCE_GNSS 

◆ RDPLOCATION_PROTOCOL_VERSION

Enumerator
RDPLOCATION_PROTOCOL_VERSION_100 
RDPLOCATION_PROTOCOL_VERSION_200