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

Reply via email to