使用蓝牙连接到移动应用程序的 C# 应用程序
我再次问这个问题,因为我已经大约一周没有得到答案了...
我想知道如何编写一个可以连接到同一应用程序(我将创建的)的移动版本的 C# 桌面应用程序。桌面应用程序将用作移动应用程序的备份/恢复。
我还想知道如何编写移动版本(如果可能的话使用 C#)。
I`m asking this question again as I got no answer for about a week now ...
I want to know how to write a C# desktop application that can connect to the mobile version of the same application (that I will create). The desktop application will be used as a backup/restore for the mobile application.
I want to know also how to write the mobile version (using C# if possible).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想知道您想以什么方式与移动版应用程序进行通信?理想情况下,可以使用服务(WCF/Webservices)进行跨域/应用程序通信。
我希望以下链接对您有用: C# 中的蓝牙,哪个堆栈,哪个SDK?
May i know, in what way you want to communicate with the mobile version of the application? Ideally the cross domain/application communication is possible using services(WCF/Webservices).
I hope the following link may be useful for you : Bluetooth in C#, Which stack, Which SDK?