简体   繁体   English

c#客户端连接到rtd服务器(comfyJ)

[英]c# client to connect to rtd server (comfyJ)

I am trying to connect to an RTD server which passed data from JAVA application (through ComfyJ, a Java-COM bridge) 我正在尝试连接到RTD服务器,该服务器从JAVA应用程序(通过ComfyJ,Java-COM桥)传递了数据

Basically, I am looking for some sample code which contains the basic structure of a C# client that connects to this RTD server. 基本上,我正在寻找一些示例代码,其中包含连接到此RTD服务器的C#客户端的基本结构。

I am not trying to write an RTD server in C# (for which I already found numerous sources). 我不是想用C#编写RTD服务器(为此我已经找到了很多资源)。

Hope anyone can point me in the right direction, would be much appreciated. 希望有人能指出我正确的方向,将不胜感激。

Thank you! 谢谢!

you can get hints from this link 您可以从此链接获取提示

though i tried this code, it did not work for me. 尽管我尝试了此代码,但对我而言却无效。 I think 3rd party RTD server (in my case) is causing some problem. 我认为第三方RTD服务器(以我为例)引起了一些问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM