使用 C# 通过蓝牙将文件从电脑发送到手机

发布于 2024-09-16 13:28:02 字数 121 浏览 4 评论 0原文

您好,我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み零 2024-09-23 13:28:02

我的库 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文