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.
>
>
> 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  in remdesk-client 
> project(remdesk_main.c), but it is static I cannot
> use it out of the file, and freerdp.h file does not have any interface about 
> it;
>  
>
>
> Question and Need Help:
>  How can I write some data to the other point through virtual channel by 
> virtual channel name(Not in the virtual channel impl file??? Interface like:
>
>
> virtual_channel_write(channelName, data, dataLen, ...);
> _______________________________________________
> FreeRDP-devel mailing list
> FreeRDP-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to