FreeRDP
echo_server_context Struct Reference

Data Fields

HANDLE vcm
 
void * data
 
psEchoServerOpen Open
 
psEchoServerClose Close
 
psEchoServerRequest Request
 
psEchoServerOpenResult OpenResult
 
psEchoServerResponse Response
 
rdpContext * rdpcontext
 
psEchoServerChannelIdAssigned ChannelIdAssigned
 

Detailed Description

Definition at line 54 of file server/echo.h.

Field Documentation

◆ ChannelIdAssigned

psEchoServerChannelIdAssigned echo_server_context::ChannelIdAssigned

Callback, when the channel got its id assigned.

Definition at line 90 of file server/echo.h.

◆ Close

psEchoServerClose echo_server_context::Close

Close the echo channel.

Definition at line 69 of file server/echo.h.

◆ data

void* echo_server_context::data

Definition at line 59 of file server/echo.h.

◆ Open

psEchoServerOpen echo_server_context::Open

Open the echo channel.

Definition at line 65 of file server/echo.h.

◆ OpenResult

psEchoServerOpenResult echo_server_context::OpenResult

Indicate whether the channel is opened successfully.

Definition at line 79 of file server/echo.h.

◆ rdpcontext

rdpContext* echo_server_context::rdpcontext

Definition at line 85 of file server/echo.h.

◆ Request

psEchoServerRequest echo_server_context::Request

Send echo request PDU.

Definition at line 73 of file server/echo.h.

◆ Response

psEchoServerResponse echo_server_context::Response

Receive echo response PDU.

Definition at line 83 of file server/echo.h.

◆ vcm

HANDLE echo_server_context::vcm

Definition at line 56 of file server/echo.h.


The documentation for this struct was generated from the following file: