FreeRDP
|
#include <freerdp/config.h>
#include <winpr/assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/collections.h>
#include <winpr/comm.h>
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <winpr/synch.h>
#include <winpr/thread.h>
#include <winpr/wlog.h>
#include <freerdp/freerdp.h>
#include <freerdp/channels/rdpdr.h>
#include <freerdp/channels/log.h>
#include <freerdp/utils/rdpdr_utils.h>
Macros | |
#define | TAG CHANNELS_TAG("serial.client") |
Functions | |
static void | serial_message_free (void *obj) |
UINT | serial_DeviceServiceEntry (PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints) |
#define TAG CHANNELS_TAG("serial.client") |
FreeRDP: A Remote Desktop Protocol Implementation Serial Port Device Service Virtual Channel
Copyright 2011 O.S. Systems Software Ltda. Copyright 2011 Eduardo Fiss Beloni belon Copyright 2014 Hewlett-Packard Development Company, L.P. i@os syste ms.c om.br
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.
UINT serial_DeviceServiceEntry | ( | PDEVICE_SERVICE_ENTRY_POINTS | pEntryPoints | ) |
Function description
|
static |