使用 C# 通过蓝牙将文件从电脑发送到手机
您好,我是 C#.Net 中的蓝牙开发环境新手 实际上,我的项目是一个 C# 应用程序,它应该通过我的电脑的蓝牙设备自动搜索蓝牙手机,并自动将特定文件发送到搜索到的手机。 注意:搜索应每 2 分钟更新一次,包括手动设备搜索策略!
Hi im new to blutooth development environment in C#.Net
Actually my project is a C# application which should automatically search bluetooth Mobiles via my pc 's blutooth device and send a specific file to the searched mobiles automatically.
Note:The search should update every 2 Minutes including Manual device search strategies !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的库 32feet.NET 应该很有用...
设备发现可以使用 BluetoothClient.DiscoverDevices 完成,并发送文件通常应使用 ObexWebRequest 完成,请参阅 用户指南了解更多信息。
My library 32feet.NET should be useful...
Device Discovery can be done with BluetoothClient.DiscoverDevices, and sending a file should normally be done with ObexWebRequest, see the User Guide for more info.