FreeRDP
client/echo_main.c File Reference
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/stream.h>
#include "echo_main.h"
#include <freerdp/client/channels.h>
#include <freerdp/channels/log.h>
#include <freerdp/channels/echo.h>

Macros

#define TAG   CHANNELS_TAG("echo.client")
 

Functions

static UINT echo_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data)
 
static UINT echo_on_close (IWTSVirtualChannelCallback *pChannelCallback)
 

Variables

static const IWTSVirtualChannelCallback echo_callbacks
 

Macro Definition Documentation

◆ TAG

#define TAG   CHANNELS_TAG("echo.client")

FreeRDP: A Remote Desktop Protocol Implementation Echo Virtual Channel Extension

Copyright 2013 Christian Hofstaedtler Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com

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.

Function Documentation

◆ echo_on_close()

static UINT echo_on_close ( IWTSVirtualChannelCallback *  pChannelCallback)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ echo_on_data_received()

static UINT echo_on_data_received ( IWTSVirtualChannelCallback *  pChannelCallback,
wStream data 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

Variable Documentation

◆ echo_callbacks

const IWTSVirtualChannelCallback echo_callbacks
static
Initial value:
if availableBytes return NULL
Definition: TPCircularBuffer.h:109
static UINT echo_on_data_received(IWTSVirtualChannelCallback *pChannelCallback, wStream *data)
Definition: client/echo_main.c:48
static UINT echo_on_close(IWTSVirtualChannelCallback *pChannelCallback)
Definition: client/echo_main.c:70