如何使用 Bonjour C 库知道设备何时从网络中删除

发布于 2024-12-20 06:33:59 字数 430 浏览 3 评论 0原文

我正在使用 DNSServiceDiscovery C 库 Bonjour 来检测相机和打印机。我正在使用 Windows 7 和 Visual 2010。

http://developer.apple.com/library/mac/#documentation/Networking/Reference/DNSServiceDiscovery_CRef/dns_sd_h/index.html

我能够检测到相机和打印机。 现在我想知道当设备从网络中删除时如何获取通知。

建议我如何实现此功能。

I am using DNSServiceDiscovery C Library Bonjour to detect Camera and Printer.I am Using Windows 7 and Visual 2010.

http://developer.apple.com/library/mac/#documentation/Networking/Reference/DNSServiceDiscovery_CRef/dns_sd_h/index.html

I am able to detect the Camera and Printer.
Now I am wondering how to Get notification when device is removed from the network.

Suggest me how to implement this feature.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

只有一腔孤勇 2024-12-27 06:33:59

如果您保持 DNSServiceBrowse 操作运行,则当先前找到的服务之一似乎不再存在时,您最终会收到通知。然而,这不是瞬时的事情。请记住,浏览的主要用例是填充用户可以从中选择服务的 UI。

If you keep your DNSServiceBrowse operation running, you will eventually get notified when one of the previously-found services appears to no longer be present. This isn't an instantaneous thing, however. Keep in mind that the primary use case for Browse is to populate a UI from which the user can select a service.

一影成城 2024-12-27 06:33:59

经过彻底研究后,我找不到办法做到这一点。

After researching thoroughly, I can't find a way to do this.

失去的东西太少 2024-12-27 06:33:59

Bonjour Api 无法知道设备何时被移除。

如果设备公开某些服务并且客户端程序与之同步,我们可能可以知道它。我正在为我的应用程序做同样的事情。

There is no way in Bonjour Api to know when the device is removed.

If the device exposes some service and client program is synch up with that, probably we can know about it.I am doing the same for my application.

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