FreeRDP
pServerStaticChannelContext Struct Reference

per channel configuration More...

#include <proxy_context.h>

Data Fields

char * channel_name
 
UINT32 front_channel_id
 
UINT32 back_channel_id
 
pf_utils_channel_mode channelMode
 
proxyChannelDataFn onFrontData
 
proxyChannelDataFn onBackData
 
proxyChannelContextDtor contextDtor
 
void * context
 

Detailed Description

per channel configuration

Definition at line 60 of file proxy_context.h.

Field Documentation

◆ back_channel_id

UINT32 pServerStaticChannelContext::back_channel_id

Definition at line 64 of file proxy_context.h.

◆ channel_name

char* pServerStaticChannelContext::channel_name

Definition at line 62 of file proxy_context.h.

◆ channelMode

pf_utils_channel_mode pServerStaticChannelContext::channelMode

Definition at line 65 of file proxy_context.h.

◆ context

void* pServerStaticChannelContext::context

Definition at line 69 of file proxy_context.h.

◆ contextDtor

proxyChannelContextDtor pServerStaticChannelContext::contextDtor

Definition at line 68 of file proxy_context.h.

◆ front_channel_id

UINT32 pServerStaticChannelContext::front_channel_id

Definition at line 63 of file proxy_context.h.

◆ onBackData

proxyChannelDataFn pServerStaticChannelContext::onBackData

Definition at line 67 of file proxy_context.h.

◆ onFrontData

proxyChannelDataFn pServerStaticChannelContext::onFrontData

Definition at line 66 of file proxy_context.h.


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