Re: [FreeRDP-devel] About write data to virtual channel

2019-01-23 Thread Armin Novak via FreeRDP-devel
Hi, short answer you can not directly write to that channel. The current interface is client only and you set the correct settings->XXX values on startup and the channel does the rest. hope that helps. regards Armin On 1/23/19 10:25 AM, Palim via FreeRDP-devel wrote: > Hi, FreeRDP team. >

[FreeRDP-devel] About write data to virtual channel

2019-01-23 Thread Palim via FreeRDP-devel
Hi, FreeRDP team. Description: I'm now use freerdp to develop a client based on freerdp; I have some doubts now. I cannot find some interface to write virtual channel; For example: I wanna write some data through "remdesk" virtual channel. I find "remdesk_virtual_channel_write" function