我需要找到一种方法,通过C#在windows pc和windows mobile之间进行远程通信。通过C#做这件事的最佳方式是什么?
发布于 2009-12-13 21:39:51
我们需要更多关于你需要做什么的信息。例如,RAPI提供了一个communication interface,您可以编写定制的RAPI库。这给了PC call methods on the device的能力,但它与实际的远程处理相去甚远。
发布于 2009-12-13 09:26:12
查看dotnetremoting.com,你可以做到这一点,好吧,它是商业的,可能会做你想要的。
希望这能有所帮助。
发布于 2009-12-16 16:37:49
看看这个:Windows Mobile (C#) - Communicating between phone and PC
我推荐使用WCF,因为它是一项最新的技术,可以与任何兼容的设备对话,而不仅仅是windows pc。
br,Marcel
https://stackoverflow.com/questions/1895184
复制相似问题